1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 21:18:30 -04:00

popout: guard against bad state and reset input method on close

port 1.5
This commit is contained in:
bbedward
2026-07-16 10:19:44 -04:00
parent 9686f29246
commit 3951cd6b18
3 changed files with 24 additions and 2 deletions
@@ -923,6 +923,13 @@ Item {
visible: false
color: "transparent"
onVisibleChanged: {
if (visible || !Qt.inputMethod)
return;
Qt.inputMethod.hide();
Qt.inputMethod.reset();
}
PopoutHoverDismiss {
id: hoverDismissController
anchors.fill: parent