Skip to content

Commit

Permalink
* modal: refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 22, 2024
1 parent 4c767d8 commit f40749f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modal/src/vanilla/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export class Modal<T extends ModalOptions = ModalOptions> extends ModalBase<T> {
return false;
}


if (this.#loadingTimer) {
clearTimeout(this.#loadingTimer);
}
Expand Down

0 comments on commit f40749f

Please sign in to comment.