Fix options being overridden by view options update in abstract tree (#300746)

fix options being overridden by view options update in abstract tree
This commit is contained in:
Benjamin Christopher Simmonds
2026-03-16 09:19:40 +01:00
committed by GitHub
parent 00d6a0897d
commit 66e171a1bd

View File

@@ -2729,7 +2729,7 @@ export abstract class AbstractTree<T, TFilterData, TRef> implements IDisposable
renderer.updateOptions(optionsUpdate);
}
this.view.updateOptions(this._options);
this.view.updateOptions(optionsUpdate);
this.findController?.updateOptions(optionsUpdate);
this.updateStickyScroll(optionsUpdate);