Skip to content

Commit 381094b

Browse files
author
hikki
committed
v4.0
1 parent 4801e6e commit 381094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ window.ComponentCascadeLine = class {
16361636
this.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 16px!important;">↑</div>`);
16371637
let object = this;
16381638
M.addEventListener('click', (() => {
1639-
if(node_data.stack === 0)return;
1639+
if(node_data.stack === 0)return object.PLANE_DOM.remove();
16401640
if (object.submit_block) return;
16411641
object.submit_block = true;
16421642
M.querySelector('.right').innerHTML = _component.sub_loading;

0 commit comments

Comments
 (0)