diff --git a/.config/ags/widgets/cheatsheet/main.js b/.config/ags/widgets/cheatsheet/main.js index a6c25b8e..21887de7 100644 --- a/.config/ags/widgets/cheatsheet/main.js +++ b/.config/ags/widgets/cheatsheet/main.js @@ -69,7 +69,7 @@ const clickOutsideToClose = Widget.EventBox({ export default () => Widget.Window({ name: 'cheatsheet', - exclusivity: 'normal', + exclusivity: 'ignore', focusable: true, popup: true, visible: false,