Skip to content
Snippets Groups Projects
Commit 48e8d6c1 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

Revert "fix #1060"

This reverts commit ece378ee.
parent ac094fbc
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ export default {
},
watch: {
blocks() {
if (!this.showEdit && !this.sortMode) {
if (!this.showEdit) {
this.initCurrentData();
}
}
......
......@@ -1573,9 +1573,7 @@ export default {
}
},
containers() {
if (!this.sortMode) {
this.containerList = this.containers;
}
this.containerList = this.containers;
},
consumeMode(newState) {
this.consumModeTrap = newState;
......
......@@ -248,7 +248,7 @@ export default {
},
watch: {
blocks() {
if (!this.showEdit && !this.sortMode) {
if (!this.showEdit) {
this.initCurrentData();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment