1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00

For now not use

This commit is contained in:
Rafał Mikrut 2023-11-19 11:16:23 +01:00
parent ddfb6dc733
commit 238e3a1ba9

View file

@ -50,8 +50,8 @@ export component MainList {
fileNameIdx: 4;
}
focus_item := FocusScope {
x:0;
width: 0px; // Hack to not steal first click from other components - https://github.com/slint-ui/slint/issues/3503
// Hack not works https://github.com/slint-ui/slint/issues/3503#issuecomment-1817809834 because disables key-released event
key-released(event) => {
if (!self.visible || !self.has-focus) {