Fix cursor jump in IE when clicking edit buttons
This commit is contained in:
parent
d73f053b5a
commit
ca70a7772a
1 changed files with 0 additions and 2 deletions
|
@ -4050,8 +4050,6 @@ function OUTER(gscope)
|
||||||
catch (e)
|
catch (e)
|
||||||
{}
|
{}
|
||||||
if (!origSelectionRange) return false;
|
if (!origSelectionRange) return false;
|
||||||
var selectionParent = origSelectionRange.parentElement();
|
|
||||||
if (selectionParent.ownerDocument != doc) return false;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue