Skip to content

Commit

Permalink
Remove redundant call to nearest open popover
Browse files Browse the repository at this point in the history
Fixes #9263.
  • Loading branch information
josepharhar committed Jun 22, 2023
1 parent 8a32a33 commit 9d8dbcf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82900,9 +82900,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
</ol>
</li>

<li><p>Run <var>checkAncestor</var> given the result of running <span>nearest inclusive open
popover</span> given <var>newPopover</var>'s parent node within the <span>flat
tree</span>.</p></li>
<li><p>Run <var>checkAncestor</var> given <var>newPopover</var>'s parent node within the
<span>flat tree</span>.</p></li>

<li><p>Run <var>checkAncestor</var> given <var>newPopover</var>'s <span>popover
invoker</span>.</p></li>
Expand Down

0 comments on commit 9d8dbcf

Please sign in to comment.