fix: run commit actions on background thread (fixes #1021)

This commit is contained in:
Carl-Robert Linnupuu 2025-05-12 23:22:37 +01:00
parent ef998a7283
commit 77e1f3c397

View file

@ -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 {