提交 11e803b2 编写于 作者: J Joao Moreno

fix tree indent updating

上级 2c4b5b42
......@@ -215,7 +215,7 @@ class TreeRenderer<T, TFilterData, TTemplateData> implements IListRenderer<ITree
}
updateOptions(options: ITreeRendererOptions = {}): void {
if (typeof this.indent !== 'undefined') {
if (typeof options.indent !== 'undefined') {
this.indent = clamp(options.indent, 0, 40);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册