Skip to content

Commit 16ad2a2

Browse files
committed
Focus line input after selecting character/character group (#534)
1 parent f6d8464 commit 16ad2a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/vue_components/show/config/script/ScriptLinePart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ export default {
150150
stateChange() {
151151
this.$v.state.$touch();
152152
this.$emit('input', this.state);
153+
this.$refs.partInput.focus();
153154
},
154155
},
155156
};

0 commit comments

Comments
 (0)