Commit 8b9ffca8 authored by Hixie's avatar Hixie

Make debugIsVisible work.

Turns out it was always returning true (visible).
parent f0ce2de9
......@@ -97,7 +97,7 @@ class OverlayState extends State<Overlay> {
result = true;
break;
}
if (entry.opaque)
if (candidate.opaque)
break;
}
return true;
......
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