fix(ags workspace): finally fix overlay passthrough
This commit is contained in:
parent
28be70e1ca
commit
23befab961
2 changed files with 1 additions and 3 deletions
|
@ -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({
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue