From 73013a8f0e0e2c64c126db0abd6489eb6943df17 Mon Sep 17 00:00:00 2001 From: Adrian T Date: Sun, 7 Feb 2016 15:39:07 -0600 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26eb6ee2..a38c9294 100644 --- a/package.json +++ b/package.json @@ -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",