Merge pull request +14930 from c9/ide-fix-format

do not selectall after formatting code
This commit is contained in:
Harutyun Amirjanyan 2016-10-18 18:01:11 +02:00 committed by GitHub
commit fade5c003c

View File

@ -15254,7 +15254,7 @@ apf.GuiElement = function(){
return;
}
menu.display(e.x, e.y, null, this);
menu.display(e.x + 1, e.y + 1, null, this);
e.returnValue = false;//htmlEvent.
e.cancelBubble = true;