mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +14930 from c9/ide-fix-format
do not selectall after formatting code
This commit is contained in:
commit
fade5c003c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user