未验证 提交 3401f0bc 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #13580 from susiwen8/tree

Fix(tree): `symbol` is `none` cannot be skipped
......@@ -362,8 +362,7 @@ function symbolNeedsDraw(data: List, dataIndex: number) {
const layout = data.getItemLayout(dataIndex);
return layout
&& !isNaN(layout.x) && !isNaN(layout.y)
&& data.getItemVisual(dataIndex, 'symbol') !== 'none';
&& !isNaN(layout.x) && !isNaN(layout.y);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册