fix(ags workspace): finally fix overlay passthrough

This commit is contained in:
matt1432 2023-11-15 16:24:42 -05:00
parent 28be70e1ca
commit 23befab961
2 changed files with 1 additions and 3 deletions

View file

@ -65,9 +65,7 @@ export default () => {
});
const widget = Overlay({
// FIXME: see if we can get rid of this timeout
setup: self => timeout(1, () => self.pass_through = true),
pass_through: true,
overlays: [highlight],
child: EventBox({
child: Box({

Binary file not shown.