Skip to content

Commit

Permalink
Clear manual slot assignment when re-assigning
Browse files Browse the repository at this point in the history
This is a bug fix to 24a6d00.
  • Loading branch information
mfreed7 authored Apr 15, 2021
1 parent e4118eb commit ec095e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -59648,6 +59648,10 @@ dictionary <dfn dictionary>AssignedNodesOptions</dfn> {
data-x="dom-slot-assign"><code>assign(...<var>nodes</var>)</code></dfn> method steps are:</p>

<ol>
<li><p><span data-x="list iterate">For each</span> <var>node</var> of <span>this</span>'s
<span>manually assigned nodes</span>, set <var>node</var>'s <span>manual slot assignment</span>
to null.</p></li>

<li><p>Let <var>nodesSet</var> be a new <span data-x="set">ordered set</span>.</p></li>

<li>
Expand Down

0 comments on commit ec095e1

Please sign in to comment.