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 76ca561 commit 49b3ee1Copy full SHA for 49b3ee1
core/src/main/kotlin/cc/unitmesh/devti/sketch/SketchToolWindow.kt
@@ -156,9 +156,9 @@ open class SketchToolWindow(
156
contentPanel.add(progressBar, BorderLayout.SOUTH)
157
158
if (showInput) {
159
- ApplicationManager.getApplication().invokeLater({
+ ApplicationManager.getApplication().invokeLater {
160
setupListener()
161
- }, ModalityState.nonModal())
+ }
162
}
163
164
setContent(contentPanel)
0 commit comments