mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Merge pull request #313 from jhollinger/fix_ie_cursor
Fix cursor jump in IE when clicking edit buttons
This commit is contained in:
commit
dc2448d0e1
@ -4050,8 +4050,6 @@ function OUTER(gscope)
|
||||
catch (e)
|
||||
{}
|
||||
if (!origSelectionRange) return false;
|
||||
var selectionParent = origSelectionRange.parentElement();
|
||||
if (selectionParent.ownerDocument != doc) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user