Skip to content

Commit

Permalink
fix(console): auto-focus textbox on full screen
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Feb 20, 2024
1 parent 773840d commit 1fec488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/console/Console.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
v-if="!readonly && flipLayout"
v-model="currentCommand"
:disabled="!klippyReady"
:autofocus="fullscreen"
@send="sendCommand"
/>
<v-card
Expand Down

0 comments on commit 1fec488

Please sign in to comment.