mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04: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
|
// Control C and Control V -- the Event is never available
|
||||||
// here.. :(
|
// here.. :(
|
||||||
if(e.target.a || e.target.localName === "a"){
|
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
|
// Call paste hook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue