summaryrefslogtreecommitdiffstats
path: root/resources/qml/QuickSwitcher.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-11 22:24:39 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-11 22:24:50 +0200
commit18e96d5c7d17e02589767843235737314306b41b (patch)
treecce70194e3d2b296d0796239373004f6c494be45 /resources/qml/QuickSwitcher.qml
parent9d97f9f7053ec596d8045306d6f508279915eb0c (diff)
Fix some TapHandler focus issues
Diffstat (limited to 'resources/qml/QuickSwitcher.qml')
-rw-r--r--resources/qml/QuickSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/QuickSwitcher.qml b/resources/qml/QuickSwitcher.qml
index 9f4691b6..166c788d 100644
--- a/resources/qml/QuickSwitcher.qml
+++ b/resources/qml/QuickSwitcher.qml
@@ -22,7 +22,7 @@ Popup {
palette: colors
onOpened: {
completerPopup.open();
- roomTextInput.forceActiveFocus();
+ roomTextInput.forceActiveFocus();
}
onClosed: {
completerPopup.close();