Skip to content

Commit 8b6b77b

Browse files
committed
fix #1305(same error in deleting blob)
1 parent 029edcd commit 8b6b77b

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/IDEHelperImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void closeFile(@NotNull final Object projectObject, @NotNull final Object
115115
public void run() {
116116
FileEditorManager.getInstance((Project) projectObject).closeFile((VirtualFile) openedFile);
117117
}
118-
}, ModalityState.any());
118+
});
119119
}
120120

121121
@Override

0 commit comments

Comments
 (0)