提交
This commit is contained in:
@ -1567,7 +1567,7 @@
|
||||
: node.iconClose
|
||||
: node[setting.data.key.icon]
|
||||
if (icon || node.svg)
|
||||
icoStyle.push('background:url(', node.svg ? '' : icon, ') 0 0 no-repeat;')
|
||||
icoStyle.push("background:url(", (node.svg ? '':icon), ") 0 0 no-repeat;");
|
||||
if (
|
||||
setting.view.showIcon == false ||
|
||||
!tools.apply(setting.view.showIcon, [setting.treeId, node], true)
|
||||
|
||||
Reference in New Issue
Block a user