Skip to content

Commit

Permalink
Initialize nestedHide variable in the "hide a popover" algorithm
Browse files Browse the repository at this point in the history
Fixes #9412.
  • Loading branch information
mbrodesser-Igalia authored Jun 14, 2023
1 parent 9e9a673 commit f49c3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82633,8 +82633,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {

<li><p>Let <var>document</var> be <var>element</var>'s <span>node document</span>.</p></li>

<li><p>If <var>element</var>'s <span>popover showing or hiding</span> is true, then set
<var>nestedHide</var> to true.</p></li>
<li><p>Let <var>nestedHide</var> be <var>element</var>'s <span>popover showing or
hiding</span>.</p></li>

<li><p>Set <var>element</var>'s <span>popover showing or hiding</span> to true.</p></li>

Expand Down

0 comments on commit f49c3d9

Please sign in to comment.