Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
木瓜丸 committed Dec 10, 2020
1 parent 96f6850 commit 8b09042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class Template extends RenderPart {
element.setAttribute(a, String(values[i]));
break;
}
placeholder.value = value[i];
placeholder.value = values[i];
}else{
do{
if(walker.currentNode instanceof Text) continue;
Expand Down

0 comments on commit 8b09042

Please sign in to comment.