fix(nc-gui): open view new tab in background on cmd+click

This commit is contained in:
Ramesh Mane
2024-03-11 15:11:25 +00:00
parent d796cef571
commit 839e93ce33
7 changed files with 36 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ import {
h,
inject,
navigateTo,
navigateToBlankTargetOpenOption,
openLink,
ref,
resolveComponent,
@@ -26,14 +27,13 @@ import {
useDialog,
useGlobal,
useI18n,
useMagicKeys,
useNuxtApp,
useRoles,
useRouter,
useTablesStore,
useTabs,
useToggle,
useMagicKeys,
navigateToBlankTargetOpenOption,
} from '#imports'
import type { NcProject } from '#imports'