Skip to content

Commit 0531ab1

Browse files
AB#1994023: [Test]Unable to automatically reload child nodes of current node after creation
1 parent 9728e5f commit 0531ab1

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)