Skip to content

Commit 861f974

Browse files
Flanker-MSFTFlanker-MSFT
authored andcommitted
Refresh proejct view after node is disposed, fix resource node may always keep refreshing in project explorer
1 parent 6318b07 commit 861f974

File tree

1 file changed

+1
-0
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-facet/src/main/java/com/microsoft/azure/toolkit/intellij/facet/projectexplorer

1 file changed

+1
-0
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-facet/src/main/java/com/microsoft/azure/toolkit/intellij/facet/projectexplorer/IAzureFacetNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ default void rerender(boolean updateStructure) {
5252

5353
default void dispose() {
5454
setDisposed(true);
55+
rerender(true);
5556
}
5657

5758
boolean isDisposed();

0 commit comments

Comments
 (0)