mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
fix: run commit actions on background thread (fixes #1021)
This commit is contained in:
parent
ef998a7283
commit
77e1f3c397
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ abstract class BaseCommitWorkflowAction : DumbAwareAction() {
|
|||
}
|
||||
|
||||
override fun getActionUpdateThread(): ActionUpdateThread {
|
||||
return ActionUpdateThread.EDT
|
||||
return ActionUpdateThread.BGT
|
||||
}
|
||||
|
||||
private fun getDiff(event: AnActionEvent, project: Project): String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue