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 committed Apr 24, 2024
1 parent cce9c15 commit 5b641c2
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 @@ -414,6 +414,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 5b641c2

Please sign in to comment.