Skip to content

Commit

Permalink
fix: editing a gcode mid-string in console now works as expected
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <craig.bassett@gmail.com>
  • Loading branch information
cadriel committed Jul 7, 2021
1 parent d5d6bcb commit 6a3ca62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/console/ConsoleCommand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
dense
hide-details
@keyup.enter.exact="emitSend(newValue)"
@keydown.enter.exact.prevent
@keyup.up="historyUp()"
@keyup.down="historyDown()"
@keydown.prevent.tab="autoComplete()">
Expand Down

0 comments on commit 6a3ca62

Please sign in to comment.