Skip to content

Commit

Permalink
Fix item component tag invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Feb 15, 2021
1 parent 68078ee commit 6166fce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ protected void remove(String key) {

if (rootTag.isEmpty()) {
this.stack.removeSubTag(this.getRootTagKey());
this.rootTag = null;
}
}
}
Expand Down

0 comments on commit 6166fce

Please sign in to comment.