Skip to content

Commit

Permalink
Merge pull request #12379 from AlexVelezLl/fix-library-content-not-lo…
Browse files Browse the repository at this point in the history
…ading

Load channel content on remove filter
  • Loading branch information
rtibbles authored Jun 28, 2024
2 parents 1554295 + 2b9e9e1 commit 4237257
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 4237257

Please sign in to comment.