mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
fix closing
This commit is contained in:
parent
9f25435d82
commit
c81eaee352
1 changed files with 4 additions and 1 deletions
|
|
@ -118,7 +118,10 @@ NanoShell.FullScreenOverlay {
|
|||
}
|
||||
ScriptAction {
|
||||
script: {
|
||||
window.visible = false;
|
||||
if (tasksView.contentY <= 0 || tasksView.contentY >= tasksView.contentHeight - window.height) {
|
||||
window.visible = false;
|
||||
setSingleActiveWindow(currentTaskIndex);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue