New File Action: Do not start under write action
EA-102468 Fixed
This commit is contained in:
@@ -103,6 +103,8 @@ class NewKotlinFileAction
|
||||
return obj is NewKotlinFileAction
|
||||
}
|
||||
|
||||
override fun startInWriteAction() = false
|
||||
|
||||
override fun createFileFromTemplate(name: String, template: FileTemplate, dir: PsiDirectory) =
|
||||
Companion.createFileFromTemplate(name, template, dir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user