From cb5fcbb74eaa2ac3a5a655ff5f4d7612499a9663 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 24 Oct 2020 16:59:03 +0100 Subject: [PATCH] editor: allow paste into links (#3802) --- src/static/js/ace2_inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 65be7d90..5ac19b2d 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