Skip to content

Commit 1a10b2d

Browse files
committed
Fix enter behaviour in new cue form
1 parent 3a2182c commit 1a10b2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/vue_components/show/config/cues/ScriptLineCueEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ export default {
414414
event.preventDefault();
415415
} else {
416416
await this.ADD_NEW_CUE(this.newFormState);
417+
this.$bvModal.hide(`line_${this.lineIndex}_-new-cue`);
417418
this.resetNewForm();
418419
}
419420
},

0 commit comments

Comments
 (0)