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 { ...@@ -230,7 +230,7 @@ export default {
}, },
watch: { watch: {
blocks() { blocks() {
if (!this.showEdit && !this.sortMode) { if (!this.showEdit) {
this.initCurrentData(); this.initCurrentData();
} }
} }
......
...@@ -1573,9 +1573,7 @@ export default { ...@@ -1573,9 +1573,7 @@ export default {
} }
}, },
containers() { containers() {
if (!this.sortMode) { this.containerList = this.containers;
this.containerList = this.containers;
}
}, },
consumeMode(newState) { consumeMode(newState) {
this.consumModeTrap = newState; this.consumModeTrap = newState;
......
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
}, },
watch: { watch: {
blocks() { blocks() {
if (!this.showEdit && !this.sortMode) { if (!this.showEdit) {
this.initCurrentData(); 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