Skip to content

Commit

Permalink
fix: disable default choice for chat base action
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 27, 2023
1 parent afe5460 commit 53a192b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstract class ChatBaseAction : AnAction() {
val editor = event.getData(CommonDataKeys.EDITOR) ?: return

val element = getElementToAction(project, editor) ?: return
selectElement(element, editor)
// selectElement(element, editor)

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

Expand Down

0 comments on commit 53a192b

Please sign in to comment.