File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
* @todo [ ] Integration test.
11
11
* @todo [✔] Update the typescript.
12
12
*/
13
- import { useFullscreen } from ' @vueuse/core'
13
+ import { useFullscreen , useMagicKeys , whenever } from ' @vueuse/core'
14
14
import type { ScrollbarInst } from " naive-ui" ;
15
15
import { isWindows } from " ~/utils/PlatformUtils" ;
16
16
import type {
@@ -301,15 +301,15 @@ onMounted(() => {
301
301
</NEl >
302
302
<span class =" opacity-70" >{{
303
303
t("searchDialog.toSelectTooltip")
304
- }}</span >
304
+ }}</span >
305
305
</div >
306
306
<div class =" flex items-center space-x-1" >
307
307
<NEl class =" w-4 h-4 bg-[var(--code-color)] rounded flex-center" >
308
308
<Icon :name =" ArrowSortIcon" size =" 12" />
309
309
</NEl >
310
310
<span class =" opacity-70" >{{
311
311
t("searchDialog.toNavigateTooltip")
312
- }}</span >
312
+ }}</span >
313
313
</div >
314
314
</NEl >
315
315
</div >
You can’t perform that action at this time.
0 commit comments