Fix broken invite dialog

This commit is contained in:
Nicolas Werner 2022-03-30 04:30:09 +02:00
parent afe381e9b1
commit f9942494d6
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 4 additions and 0 deletions

View File

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