search: disable expand anim for clipboard showup

This commit is contained in:
end-4
2025-05-27 00:00:00 +02:00
parent 536fb27941
commit 80203c17c1
2 changed files with 15 additions and 3 deletions
@@ -54,6 +54,7 @@ Scope {
target: GlobalStates
function onOverviewOpenChanged() {
if (!GlobalStates.overviewOpen) {
searchWidget.disableExpandAnimation()
overviewScope.dontAutoCancelSearch = false;
} else {
if (!overviewScope.dontAutoCancelSearch) {