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 4801e6e commit 381094bCopy full SHA for 381094b
resources/assets/component.js
@@ -1636,7 +1636,7 @@ window.ComponentCascadeLine = class {
1636
this.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 16px!important;">↑</div>`);
1637
let object = this;
1638
M.addEventListener('click', (() => {
1639
- if(node_data.stack === 0)return;
+ if(node_data.stack === 0)return object.PLANE_DOM.remove();
1640
if (object.submit_block) return;
1641
object.submit_block = true;
1642
M.querySelector('.right').innerHTML = _component.sub_loading;
0 commit comments