@gip-recia/js-tree
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@gip-recia/js-tree", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Js Tree", | ||
@@ -5,0 +5,0 @@ "main": "src/js-tree.js", |
@@ -263,3 +263,3 @@ import { LitElement, html } from 'lit' | ||
_renderIconIndicator(data) { | ||
if (data.children) { | ||
if (data.children && (!data.areChildrenLoaded || (data.loadedChildren && data.loadedChildren.length > 0))) { | ||
// prettier-ignore | ||
@@ -266,0 +266,0 @@ return html`<i class="icon icon-indicator"></i>` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46388