Skip to content

Commit d8e0fc3

Browse files
Update webview-ui/src/components/chat/ChatTextArea.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent ef10350 commit d8e0fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
486486
const handleBlur = useCallback(() => {
487487
// Only hide the context menu if the user didn't click on it.
488488
if (!isMouseDownOnMenu) {
489-
setShowContextMenu(false)import React, { forwardRef, useCallback, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react"
489+
setShowContextMenu(false)
490490
import { useEvent } from "react-use"
491491
import DynamicTextArea from "react-textarea-autosize"
492492

0 commit comments

Comments
 (0)