Skip to content

Commit 7c94cc9

Browse files
committed
fix: need request back when embed popup hidden
as title Log: as title Pms: BUG-285035
1 parent 53be1c3 commit 7c94cc9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

panels/dock/tray/quickpanel/SubPluginPage.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Item {
8787
id: surfaceLayer
8888
autoClose: true
8989
Layout.fillWidth: true
90+
91+
onSurfaceDestroyed: {
92+
requestBack()
93+
}
9094
}
9195

9296
Item { Layout.fillHeight: true; Layout.preferredWidth: 1 }

0 commit comments

Comments
 (0)