fix: The formatted script should not be automatically restored (close #128)

This commit is contained in:
qianmoQ 2022-11-09 21:18:10 +08:00
parent 4fedb98278
commit d9deaf250f

View File

@ -282,6 +282,7 @@ export default defineComponent({
.then((response) => {
if (response.status) {
this.activeEditorValue = response.data;
editorValueMap.set(activeKey.value, this.activeEditorValue);
}
else {
message.error(response.message);