This commit is contained in:
Louis Lam 2022-06-13 19:24:05 +08:00
parent 436bc13aeb
commit f4f2b8ddb8
1 changed files with 3 additions and 0 deletions

View File

@ -624,6 +624,9 @@ export default {
this.$root.initSocketIO(true);
this.enableEditMode = true;
this.clickedEditButton = true;
// Try to fix #1658
this.loadedData = true;
}
},