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
8686 .build ();
8787 AnActionEvent event = AnActionEvent .createEvent (
8888 dataContext ,
89- anAction .getTemplatePresentation (),
89+ anAction .getTemplatePresentation (). clone () ,
9090 UNKNOWN ,
9191 ActionUiKind .NONE ,
9292 null );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ static void runFixure(final CodeInsightTestFixture fixture)
3737 // call plugin on document
3838 final AnActionEvent event = AnActionEvent .createEvent (
3939 dataContext ,
40- action .getTemplatePresentation (),
40+ action .getTemplatePresentation (). clone () ,
4141 "save-actions" ,
4242 ActionUiKind .NONE ,
4343 null );
You can’t perform that action at this time.
0 commit comments