File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/main/java/com/redhat/devtools/intellij/common/actions Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- ideaVersion =IC-2021.1
1
+ ideaVersion =IC-2022.3
2
2
projectVersion =1.9.4-SNAPSHOT
3
3
nexusUser =invalid
4
4
nexusPassword =invalid
Original file line number Diff line number Diff line change 11
11
package com .redhat .devtools .intellij .common .actions ;
12
12
13
13
import com .intellij .ide .util .treeView .NodeDescriptor ;
14
+ import com .intellij .openapi .actionSystem .ActionUpdateThread ;
15
+ import org .jetbrains .annotations .NotNull ;
14
16
15
17
import javax .swing .tree .DefaultMutableTreeNode ;
16
18
@@ -37,4 +39,9 @@ public static <T> T getElement(Object selected) {
37
39
protected Object adjust (Object selected ) {
38
40
return getElement (selected );
39
41
}
42
+
43
+ @ Override
44
+ public @ NotNull ActionUpdateThread getActionUpdateThread () {
45
+ return ActionUpdateThread .EDT ;
46
+ }
40
47
}
You can’t perform that action at this time.
0 commit comments