Skip to content

Commit

Permalink
fix: should reset popup state for FullscreenFrame when hide
Browse files Browse the repository at this point in the history
对于全屏启动器,隐藏界面时,重置 popup 状态。

Issue: linuxdeepin/developer-center#6369
Log:
  • Loading branch information
BLumia committed Dec 5, 2023
1 parent fde5a90 commit 145a52f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/FullscreenFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ Control {
if (LauncherController.visible) return
// clear searchEdit text
searchEdit.text = ""
// close folder popup
if (folderGridViewPopup.visible) folderGridViewPopup.close()
// reset(remove) keyboard focus
baseLayer.focus = true
}
Expand Down

0 comments on commit 145a52f

Please sign in to comment.