diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 65be7d90a..5ac19b2d5 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -4794,7 +4794,7 @@ function Ace2Inner(){ // Control C and Control V -- the Event is never available // here.. :( if(e.target.a || e.target.localName === "a"){ - e.preventDefault(); + // e.preventDefault(); // Disabled due to https://github.com/ether/etherpad-lite/issues/2775 } // Call paste hook