Skip to content

Commit 029edcd

Browse files
committed
hotfix for issue #1305
1 parent a5dcecf commit 029edcd

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/intellij/helpers

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/intellij/helpers/UIHelperImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public void openItem(@NotNull final Object projectObject, @NotNull final Object
172172
public void run() {
173173
FileEditorManager.getInstance((Project) projectObject).openFile((VirtualFile) itemVirtualFile, true, true);
174174
}
175-
}, ModalityState.any());
175+
});
176176
}
177177

178178
@org.jetbrains.annotations.NotNull

0 commit comments

Comments
 (0)