multimonitor for osk

This commit is contained in:
end-4
2024-04-05 17:36:22 +07:00
parent fe7bc24eb8
commit 53857d728d
9 changed files with 22 additions and 34 deletions
-7
View File
@@ -62,12 +62,6 @@ const CheatsheetHeader = () => Widget.CenterBox({
}),
});
const ClickOutsideToClose = () => Widget.EventBox({
onPrimaryClick: () => App.closeWindow('cheatsheet'),
onSecondaryClick: () => App.closeWindow('cheatsheet'),
onMiddleClick: () => App.closeWindow('cheatsheet'),
});
export default (id) => PopupWindow({
name: `cheatsheet${id}`,
layer: 'overlay',
@@ -76,7 +70,6 @@ export default (id) => PopupWindow({
child: Widget.Box({
vertical: true,
children: [
ClickOutsideToClose(),
Widget.Box({
vertical: true,
className: "cheatsheet-bg spacing-v-15",