Commit 173b7353 authored by Hixie's avatar Hixie

Docs: fix the hitTest() logic for display:toolbar since it doesn't use size...

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
parent eedc2410
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment