Merge pull request #2548 from lid2000/patch-1

Return true from handleCut function
This commit is contained in:
John McLear 2015-03-13 10:51:25 +00:00
commit ec7ff3a0ca

View file

@ -3319,6 +3319,7 @@ function Ace2Inner(){
{
doDeleteKey(evt);
});
return true;
}
function handleClick(evt)