mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
action-update-thread: dom action fixed
GitOrigin-RevId: aca0dc05b88ff79d87a3c2224d84cc70852b289c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
329bfbd003
commit
d7cf8b2a15
@@ -473,7 +473,7 @@ public class DomCollectionControl<T extends DomElement> extends DomUIControl imp
|
||||
|
||||
@Override
|
||||
public @NotNull ActionUpdateThread getActionUpdateThread() {
|
||||
return ActionUpdateThread.BGT;
|
||||
return ActionUpdateThread.EDT;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user