[ultimate] IDEA-338573 Extract Reverse engineering plugin from JPA Buddy plugin

rollback acton update thread for DeleteAction

GitOrigin-RevId: 2f2e6fd5a3a91723b47f93193538c5d364656894
This commit is contained in:
Evgenii Zakharchenko
2023-12-18 22:02:42 +01:00
committed by intellij-monorepo-bot
parent 02fb3c48c8
commit 14b0395fbc

View File

@@ -73,6 +73,6 @@ public class DeleteAction extends AnAction implements DumbAware, LightEditCompat
@Override
public @NotNull ActionUpdateThread getActionUpdateThread() {
return ActionUpdateThread.EDT;
return ActionUpdateThread.BGT;
}
}