Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
木瓜丸 committed Dec 20, 2020
1 parent 9cefa86 commit a2457f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ class ValueArray {
while(walker.nextNode()) {
if(walker.currentNode instanceof Component) {
walker.currentNode.dispatch('updatecontext');
dispatch_update(walker.currentNode.shadowRoot);
}
if(walker.currentNode.childNodes.length > 0) {
dispatch_update(walker.currentNode);
Expand Down

0 comments on commit a2457f8

Please sign in to comment.