mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Bug fix: use correct action name for "insert" action
The logic that updates breakpoint positions in the code editor has a small bug (uses action name "insertText" instead of "insert"). When the user presses enter in the middle of the line, the breakpoint is not supposed to move, but it does, because of this bug.
This commit is contained in:
parent
f2ba7769bc
commit
73013a8f0e
@ -72,7 +72,7 @@
|
||||
"c9.ide.find": "#e33fbaed2f",
|
||||
"c9.ide.find.infiles": "#f0149b05ff",
|
||||
"c9.ide.find.replace": "#8cbce45290",
|
||||
"c9.ide.run.debug": "#7406555669",
|
||||
"c9.ide.run.debug": "#f51895faec",
|
||||
"c9.automate": "#47e2c429c9",
|
||||
"c9.ide.ace.emmet": "#6dc4585e02",
|
||||
"c9.ide.ace.gotoline": "#a8ff07c8f4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user