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