action-update-thread: dom action fixed

GitOrigin-RevId: aca0dc05b88ff79d87a3c2224d84cc70852b289c
This commit is contained in:
Dmitry Avdeev
2022-07-08 21:59:07 +02:00
committed by intellij-monorepo-bot
parent 329bfbd003
commit d7cf8b2a15

View File

@@ -473,7 +473,7 @@ public class DomCollectionControl<T extends DomElement> extends DomUIControl imp
@Override
public @NotNull ActionUpdateThread getActionUpdateThread() {
return ActionUpdateThread.BGT;
return ActionUpdateThread.EDT;
}
}
}