Skip to content

Commit b05c9b9

Browse files
save file
1 parent 7110426 commit b05c9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/html/auto-save/v2.0/auto-save-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200

201201
var root = this;
202202
var shadow = host.shadowRoot;
203-
var template = $(shadow,'check-box');
203+
var template = $(shadow,'#check-box');
204204
var content = template.content;
205205
var shadow = root.attachShadow({mode:"open"});
206206
shadow.appendChild(content);

0 commit comments

Comments
 (0)