We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7110426 commit b05c9b9Copy full SHA for b05c9b9
utils/editors/html/auto-save/v2.0/auto-save-v2.0.html
@@ -200,7 +200,7 @@
200
201
var root = this;
202
var shadow = host.shadowRoot;
203
- var template = $(shadow,'check-box');
+ var template = $(shadow,'#check-box');
204
var content = template.content;
205
var shadow = root.attachShadow({mode:"open"});
206
shadow.appendChild(content);
0 commit comments