mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
editor: allow paste into links (#3802)
This commit is contained in:
parent
36aceb3aba
commit
cb5fcbb74e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue