Skip to content

Commit ff819d1

Browse files
Merge pull request #6972 from microsoft/wangmi/bugfixes-rc-explorer
AB#1994023: [Test]Unable to automatically reload child nodes of curre…
2 parents 96f88c2 + 0531ab1 commit ff819d1

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-resource-connector-lib/src/main/java/com/microsoft/azure/toolkit/intellij/connector

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-resource-connector-lib/src/main/java/com/microsoft/azure/toolkit/intellij/connector/ResourceConnectionExplorer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public RootNode(@Nonnull Project project) {
7070
final MessageBusConnection connection = project.getMessageBus().connect();
7171
connection.subscribe(CONNECTIONS_REFRESHED, () -> this.view().refreshChildren());
7272
connection.subscribe(CONNECTION_CHANGED, (p, conn, action) -> {
73-
this.view().refreshChildren(true);
73+
this.view().refreshChildren();
7474
});
7575
}
7676
}

0 commit comments

Comments
 (0)