Skip to content

Commit d9d5eee

Browse files
save file
1 parent 00edf50 commit d9d5eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
btn['snippet-editor'] = async function(){
291291

292292
var node = document.createElement('snippet-editor');
293-
node.setAttribute('component',true);
293+
node.toggleAttribute('component',true);
294294
document.body.append(node);
295295
var mod2 = mod.create({mod,name:'snippet-editor'});
296296
var result = await mod.build({root:node,mod:mod2});

0 commit comments

Comments
 (0)