Try to fix #1658
This commit is contained in:
parent
436bc13aeb
commit
f4f2b8ddb8
|
@ -624,6 +624,9 @@ export default {
|
||||||
this.$root.initSocketIO(true);
|
this.$root.initSocketIO(true);
|
||||||
this.enableEditMode = true;
|
this.enableEditMode = true;
|
||||||
this.clickedEditButton = true;
|
this.clickedEditButton = true;
|
||||||
|
|
||||||
|
// Try to fix #1658
|
||||||
|
this.loadedData = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue