mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Docs: fix the hitTest() logic for display:toolbar since it doesn't use size 0x0 for its hidden children
Review URL: https://codereview.chromium.org/741313002
This commit is contained in:
parent
8475cd5871
commit
ebbe64aeb6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user