Skip to content

Commit 7fa2e1f

Browse files
ipttonphodal
authored andcommitted
fix: 修复错误 import
1 parent 0102d88 commit 7fa2e1f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

core/src/main/kotlin/cc/unitmesh/devti/inline/AutoDevInlineChatPanel.kt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import cc.unitmesh.devti.llms.cancelHandler
55
import cc.unitmesh.devti.sketch.SketchProcessListener
66
import cc.unitmesh.devti.sketch.SketchToolWindow
77
import cc.unitmesh.devti.util.AutoDevCoroutineScope
8-
import com.intellij.database.util.common.doesntMeet
98
import com.intellij.icons.AllIcons
109
import com.intellij.ide.KeyboardAwareFocusOwner
1110
import com.intellij.openapi.Disposable
@@ -16,12 +15,7 @@ import com.intellij.openapi.actionSystem.impl.ActionButton
1615
import com.intellij.openapi.application.ApplicationManager
1716
import com.intellij.openapi.application.invokeLater
1817
import com.intellij.openapi.application.runInEdt
19-
import com.intellij.openapi.editor.Caret
20-
import com.intellij.openapi.editor.CaretModel
21-
import com.intellij.openapi.editor.Editor
22-
import com.intellij.openapi.editor.EditorCustomElementRenderer
23-
import com.intellij.openapi.editor.Inlay
24-
import com.intellij.openapi.editor.SelectionModel
18+
import com.intellij.openapi.editor.*
2519
import com.intellij.openapi.editor.actionSystem.EditorActionHandler
2620
import com.intellij.openapi.editor.actionSystem.EditorActionManager
2721
import com.intellij.openapi.editor.markup.TextAttributes

0 commit comments

Comments
 (0)