Skip to content

Commit dcfbf3c

Browse files
save file
1 parent 97f013d commit dcfbf3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
var md;
4040

41-
var root;
4241
var shadow;
4342

4443
var output;
@@ -82,8 +81,7 @@
8281

8382
obj.initdom = function(rootnode){
8483

85-
root = $.$(rootnode,'output-root');
86-
shadow = root.shadowRoot;
84+
shadow = host.shadowRoot;
8785

8886
output = $(shadow,'#output');
8987

0 commit comments

Comments
 (0)