Skip to content

Commit

Permalink
Load channel content on remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Jun 28, 2024
1 parent 704bf36 commit 2b9e9e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kolibri/plugins/learn/assets/src/views/LibraryPage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@
watch(() => props.deviceId, showLibrary);
watch(displayingSearchResults, () => {
if (!displayingSearchResults.value && !rootNodes.value.length) {
showLibrary();
}
});
showLibrary();
return {
Expand Down

0 comments on commit 2b9e9e1

Please sign in to comment.