Simplify setVisibleHighlights function
setVisibleHighlights was previously two methods disguised as one, behind the "notify" parameter. This commit moves all the code related to actually changing local state into the onSetVisibleHighlights handler, making the setVisibleHighlights function responsible solely for firing the event.
Showing
Please register or sign in to comment