mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
This reverts commit 6bd0a17d3c.
This commit is contained in:
@@ -554,7 +554,9 @@ export class IndexTreeModel<T extends Exclude<any, undefined>, TFilterData = voi
|
||||
node.renderNodeCount = renderNodeCount;
|
||||
}
|
||||
|
||||
onDidCreateNode?.(node);
|
||||
if (onDidCreateNode) {
|
||||
onDidCreateNode(node);
|
||||
}
|
||||
|
||||
return node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user