fix weird focus for slideleft & slideright (#502)

This commit is contained in:
end-4
2024-05-18 19:30:51 +07:00
parent ecfacef55f
commit ec69988c05
6 changed files with 28 additions and 10 deletions
+1 -3
View File
@@ -3,9 +3,7 @@ import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import PopupWindow from '../.widgethacks/popupwindow.js';
import { monitors } from '../.miscutils/hyprlanddata.js';
const WINDOWS_NEED_CLICK2CLOSE = [
'sideleft', 'sideright'
];
const WINDOWS_NEED_CLICK2CLOSE = [];
const range = (length, start = 1) => Array.from({ length }, (_, i) => i + start);