We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce14f9 commit c355944Copy full SHA for c355944
core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/code/CodeHighlightSketch.kt
@@ -218,6 +218,7 @@ open class CodeHighlightSketch(
218
devinRunButtonPresentation?.icon = AutoDevIcons.RUN
219
return ActionButton(
220
DumbAwareAction.create {
221
+ if (isComplete) return@create
222
val sketchService = project.getService(AutoSketchMode::class.java)
223
if (sketchService.listener == null) {
224
AutoInputService.getInstance(project).putText(newText)
0 commit comments