File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/software/xdev/saveactions/processors
test/java/software/xdev/saveactions/core/action Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public enum BuildProcessor implements Processor
86
86
.build ();
87
87
AnActionEvent event = AnActionEvent .createEvent (
88
88
dataContext ,
89
- anAction .getTemplatePresentation (),
89
+ anAction .getTemplatePresentation (). clone () ,
90
90
UNKNOWN ,
91
91
ActionUiKind .NONE ,
92
92
null );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ static void runFixure(final CodeInsightTestFixture fixture)
37
37
// call plugin on document
38
38
final AnActionEvent event = AnActionEvent .createEvent (
39
39
dataContext ,
40
- action .getTemplatePresentation (),
40
+ action .getTemplatePresentation (). clone () ,
41
41
"save-actions" ,
42
42
ActionUiKind .NONE ,
43
43
null );
You can’t perform that action at this time.
0 commit comments