Skip to content

Commit e268e30

Browse files
save file
1 parent 100f6a3 commit e268e30

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,14 @@
159159
$(shadow,'[value=kill]').onclick = btn.kill;
160160
$(shadow,'[value=clear]').onclick = btn.clear;
161161

162-
slider = $.slider(editor.__host,'#slider',term.__host,null,{root:shadow,mode:'horiz'});
162+
slider = $.slider(editor.__host,'#slider',term.__host,md,{root:shadow,mode:'horiz'});
163+
164+
function md(e){
165+
166+
e.stopPropagation();
167+
168+
}//md
169+
163170
}//initdom
164171

165172

0 commit comments

Comments
 (0)