Fix broken invite dialog

pull/1031/head
Nicolas Werner 3 years ago
parent afe381e9b1
commit f9942494d6
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      resources/qml/MatrixTextField.qml

@ -37,6 +37,10 @@ ColumnLayout {
input.forceActiveFocus();
}
function clear() {
input.clear();
}
ToolTip.delay: Nheko.tooltipDelay
ToolTip.visible: hover.hovered

Loading…
Cancel
Save