We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf63f45 commit ea7171cCopy full SHA for ea7171c
1 file changed
src/ide.js
@@ -339,7 +339,7 @@ D.IDE=function(){'use strict'
339
var id=x.contentItem.config.componentState.id,cls=x.closeElement
340
if(id){
341
x.middleClick=function(){var w=ide.wins[id];w.EP(w.cm);}
342
- cls.off('click').mousedown(function(){
+ cls.off('click').click(function(){
343
var w=ide.wins[id];w.EP(w.cm)
344
})
345
}
0 commit comments