Skip to content

Commit

Permalink
Fixed expanded folder.
Browse files Browse the repository at this point in the history
Signed-off-by: wck-iipi <[email protected]>

Fixed linting
  • Loading branch information
Wck-iipi authored and jasonmokk committed Jun 17, 2024
1 parent 040ff7d commit 1ebd3dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kolibri/plugins/learn/assets/src/views/TopicsPage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@
// If we have skipped down the topic tree, replace to the new top level topic
router.replace({ name: route.name, params: { ...route.params, id }, query: route.query });
return true;
} else {
sidePanelIsOpen.value = false;
}
}
Expand Down

0 comments on commit 1ebd3dc

Please sign in to comment.