Fix broken invite dialog
This commit is contained in:
parent
afe381e9b1
commit
f9942494d6
@ -37,6 +37,10 @@ ColumnLayout {
|
||||
input.forceActiveFocus();
|
||||
}
|
||||
|
||||
function clear() {
|
||||
input.clear();
|
||||
}
|
||||
|
||||
ToolTip.delay: Nheko.tooltipDelay
|
||||
ToolTip.visible: hover.hovered
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user