Skip to content
Snippets Groups Projects
Commit c6fe2b03 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

Revert "fix #1060"

This reverts commit ece378ee.
parent 36eb391b
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;
}
},
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.
Please register or to comment