Fix highlight

This commit is contained in:
huchenlei
2025-08-10 12:53:37 -04:00
parent c0303a6553
commit b70b2c89b2

View File

@@ -57,10 +57,11 @@
@input="handleInput"
>
<template #option="{ option }">
<!-- Command search item, Remove the '>' prefix from the query -->
<CommandSearchItem
v-if="isCommandMode"
:command="option"
:current-query="currentQuery"
:current-query="currentQuery.substring(1)"
/>
<NodeSearchItem
v-else