diff --git a/engine/src/flutter/examples/style/toolbar-layout.sky b/engine/src/flutter/examples/style/toolbar-layout.sky index ff9038ca3c..e290eb2292 100644 --- a/engine/src/flutter/examples/style/toolbar-layout.sky +++ b/engine/src/flutter/examples/style/toolbar-layout.sky @@ -204,6 +204,7 @@ SKY MODULE if (this.showingOverflow) if (this.inChild(this.overflowChild, x, y)) return this.overflowChild; + return this.node; } } sky.registerLayoutManager('toolbar', module.exports.ToolbarLayoutManager);