Skip to content
Snippets Groups Projects
Commit e25357e2 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #810

parent 3c075d86
No related branches found
No related tags found
No related merge requests found
...@@ -227,6 +227,7 @@ export default { ...@@ -227,6 +227,7 @@ export default {
async resetSort() { async resetSort() {
await this.unlockObject({ id: this.currentContainer.id, type: 'courseware-containers' }); await this.unlockObject({ id: this.currentContainer.id, type: 'courseware-containers' });
this.sortMode = false; this.sortMode = false;
this.initCurrentData();
}, },
component(block) { component(block) {
if (block.attributes) { if (block.attributes) {
......
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