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

Revert "fix #1060"

This reverts commit 303b7300.
parent d5236a8d
No related branches found
No related tags found
No related merge requests found
......@@ -225,10 +225,8 @@ export default {
},
watch: {
blocks() {
if (!this.showEdit && !this.sortMode) {
this.initCurrentData();
}
}
}
};
</script>
......@@ -1364,9 +1364,7 @@ export default {
}
},
containers() {
if (!this.sortMode) {
this.containerList = this.containers;
}
},
consumeMode(newState) {
this.consumModeTrap = newState;
......
......@@ -243,10 +243,8 @@ export default {
},
watch: {
blocks() {
if (!this.showEdit && !this.sortMode) {
this.initCurrentData();
}
}
}
};
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment