Skip to content

Commit aeef953

Browse files
author
shangbin
committed
优化体验
1 parent 8220a44 commit aeef953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/JSCodeEditorDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default {
4343
onSave() {
4444
const code = this.$refs.codeEditor.getEditorCode();
4545
this.$emit("saveJSCode", code);
46+
this.handleClose();
4647
}
4748
},
4849
watch: {

0 commit comments

Comments
 (0)