Skip to content

Commit

Permalink
Set input of relay of splice (microsoft#228813)
Browse files Browse the repository at this point in the history
* abstract find controller

* set input of relay of splice
  • Loading branch information
benibenj authored Sep 17, 2024
1 parent ab6a102 commit dea6413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/base/browser/ui/tree/abstractTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3204,6 +3204,7 @@ export abstract class AbstractTree<T, TFilterData, TRef> implements IDisposable
this.onDidChangeModelRelay.input = Event.signal(model.onDidSpliceModel);
this.onDidChangeCollapseStateRelay.input = model.onDidChangeCollapseState;
this.onDidChangeRenderNodeCountRelay.input = model.onDidChangeRenderNodeCount;
this.onDidSpliceModelRelay.input = model.onDidSpliceModel;
}

setModel(newModel: ITreeModel<T, TFilterData, TRef>) {
Expand Down

0 comments on commit dea6413

Please sign in to comment.