Skip to content
Verified Commit 7aa971c8 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

OverlayDrawer: Rewrite visibility condition for segmented separator

I found one-liner quite confusing to read, not to mention it was relying
to on the && and || operator precedence without parenthesis.

There is no need to check for hasOwnProperty(), because instanceof check
would evaluate to false with null or undefined value on the left.
parent df581fa8
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