mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-11 16:22:09 -04:00
@@ -470,9 +470,6 @@ FocusScope {
|
|||||||
|
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
controller.setSearchQuery(text);
|
controller.setSearchQuery(text);
|
||||||
if (text.length === 0) {
|
|
||||||
controller.restorePreviousMode();
|
|
||||||
}
|
|
||||||
if (actionPanel.expanded) {
|
if (actionPanel.expanded) {
|
||||||
actionPanel.hide();
|
actionPanel.hide();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user