Skip to content
Snippets Groups Projects
Verified Commit f9942494 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix broken invite dialog

parent afe381e9
No related branches found
No related tags found
No related merge requests found
Pipeline #2909 passed
......@@ -37,6 +37,10 @@ ColumnLayout {
input.forceActiveFocus();
}
function clear() {
input.clear();
}
ToolTip.delay: Nheko.tooltipDelay
ToolTip.visible: hover.hovered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment