Skip to content

Commit

Permalink
fix #1011 Regression Bug: Remove tooltip in DataTable Searchbox throw…
Browse files Browse the repository at this point in the history
…s exception
  • Loading branch information
vegegoku committed Feb 17, 2025
1 parent f4aaa14 commit 35c94ed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ protected void doOpen() {
public void detach() {
removeHandler.accept(this);
remove();
this.delayedExecution.cancel();
if (nonNull(this.delayedExecution)) {
this.delayedExecution.cancel();
}
}
}

0 comments on commit 35c94ed

Please sign in to comment.