Skip to content

Commit

Permalink
Remove erroneous break in hide popover algorithm
Browse files Browse the repository at this point in the history
I mistakenly added and modified this check in #9198.

Fixes #9468.
  • Loading branch information
josepharhar committed Jul 25, 2023
1 parent 02a45c9 commit eed5c0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82812,9 +82812,6 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
data-x="hide-all-popovers-until">hide all popovers until</span> could have disconnected
<var>element</var> or changed its <code data-x="attr-popover">popover</code> attribute.</p>
</li>

<li><p>If the last item in <var>document</var>'s <span>auto popover list</span> is
<var>element</var>, then <span>break</span>.</p></li>
</ol>
</li>

Expand Down

0 comments on commit eed5c0e

Please sign in to comment.