We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba911ac commit 61935d2Copy full SHA for 61935d2
1 file changed
utils/editors/html-editor/v3.0/html-editor-v3.0.html
@@ -117,7 +117,7 @@
117
publish = mod['publish-ui'];
118
editor = mod['web-editor'];
119
output = mod['output-html'];
120
- output.df=true;
+ output.df = true;
121
122
editor.initmod({mode:'html',on});
123
autosave.initmod({save:btn.save});
@@ -350,7 +350,7 @@ <h4 slot=version>v3.0</h4>
350
351
352
btn.run = function(){
353
-
+ debug('btn.run');
354
run.sandbox();
355
356
}//run
0 commit comments