diff --git a/static/js/ace2_inner.js b/static/js/ace2_inner.js index 65f8ec7e..aa1ca766 100644 --- a/static/js/ace2_inner.js +++ b/static/js/ace2_inner.js @@ -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; }