We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83d60f commit fb5f32aCopy full SHA for fb5f32a
src/presentation/components/app-navbar/AppNavbar.vue
@@ -43,9 +43,6 @@ const { showGoogleAuthPopup } = useAuth();
43
44
const { currentOpenedPages, deleteOpenedPageByUrl } = useNavbar();
45
46
-/**
47
- * @todo when user clicks on + button to add new note the user should see the previous note heirarchy
48
- */
49
const tabs = computed(() => currentOpenedPages.value.map((page): TabParams => {
50
return {
51
id: page.url,
0 commit comments