Skip to content

Commit

Permalink
Focus line input after selecting character/character group (#534) (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 authored Jun 1, 2024
1 parent f6d8464 commit 562e351
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default {
stateChange() {
this.$v.state.$touch();
this.$emit('input', this.state);
this.$refs.partInput.focus();
},
},
};
Expand Down

0 comments on commit 562e351

Please sign in to comment.