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

do not selectall after formatting code
pull/378/head
Harutyun Amirjanyan 2016-10-18 18:01:11 +02:00 zatwierdzone przez GitHub
commit fade5c003c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;