mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Merge pull request #2548 from lid2000/patch-1
Return true from handleCut function
This commit is contained in:
commit
ec7ff3a0ca
1 changed files with 1 additions and 0 deletions
|
@ -3319,6 +3319,7 @@ function Ace2Inner(){
|
||||||
{
|
{
|
||||||
doDeleteKey(evt);
|
doDeleteKey(evt);
|
||||||
});
|
});
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleClick(evt)
|
function handleClick(evt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue