Skip to content

Commit a1f8b7d

Browse files
committed
Removes SlashCommand icon from textarea
1 parent bd9a499 commit a1f8b7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/components/chat/ChatTextArea.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import { AutoApproveDropdown } from "./AutoApproveDropdown"
3030
import { MAX_IMAGES_PER_MESSAGE } from "./ChatView"
3131
import ContextMenu from "./ContextMenu"
3232
import { IndexingStatusBadge } from "./IndexingStatusBadge"
33-
import { SlashCommandsPopover } from "./SlashCommandsPopover"
3433
import { usePromptHistory } from "./hooks/usePromptHistory"
3534

3635
interface ChatTextAreaProps {
@@ -1232,7 +1231,6 @@ export const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
12321231
</button>
12331232
</StandardTooltip>
12341233
)}
1235-
{!isEditMode ? <SlashCommandsPopover /> : null}
12361234
{!isEditMode ? <IndexingStatusBadge /> : null}
12371235
<StandardTooltip content={t("chat:addImages")}>
12381236
<button

0 commit comments

Comments
 (0)