We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b887310 commit f4d9c89Copy full SHA for f4d9c89
resources/assets/component.js
@@ -579,6 +579,7 @@ window.ComponentCascadeDot = class {
579
if (data.expand === open) return;
580
data.expand = open;
581
let left_mark = dom.querySelector('i.left');
582
+ if(!(left_mark instanceof HTMLElement))return;
583
if (open) {
584
left_mark.innerHTML = _component.caret_right_circle;
585
return;
@@ -1361,6 +1362,7 @@ window.ComponentCascadeLine = class {
1361
1362
1363
1364
1365
1366
1367
1368
0 commit comments