Skip to content

Commit 53a192b

Browse files
committed
fix: disable default choice for chat base action
1 parent afe5460 commit 53a192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/cc/unitmesh/devti/actions/chat/base/ChatBaseAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ abstract class ChatBaseAction : AnAction() {
4848
val editor = event.getData(CommonDataKeys.EDITOR) ?: return
4949

5050
val element = getElementToAction(project, editor) ?: return
51-
selectElement(element, editor)
51+
// selectElement(element, editor)
5252

5353
prompter.initContext(getActionType(), prefixText, file, project, caretModel?.offset ?: 0, element)
5454

0 commit comments

Comments
 (0)