fix #1474 IE8: double click anywhere issues script error.
This commit is contained in:
parent
774098f243
commit
6887c84b71
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ var MouseHandler = function(editor) {
|
|||
};
|
||||
|
||||
if (useragent.isOldIE && ev.domEvent.type == "dblclick") {
|
||||
return setTimeout(function() {onCaptureEnd(ev.domEvent);});
|
||||
return setTimeout(function() {onCaptureEnd(ev);});
|
||||
}
|
||||
|
||||
event.capture(this.editor.container, onMouseMove, onCaptureEnd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue