Skip to content
Snippets Groups Projects
Verified Commit 7dc475bb authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: add remove statement

parent e4e02b05
No related branches found
No related tags found
No related merge requests found
...@@ -1208,6 +1208,7 @@ function doSearch({ showEffect } = { showEffect: true }) { ...@@ -1208,6 +1208,7 @@ function doSearch({ showEffect } = { showEffect: true }) {
} }
if (showEffect) { if (showEffect) {
this[searchButtonElementSymbol].removeState();
this[searchButtonElementSymbol].setState( this[searchButtonElementSymbol].setState(
"activity", "activity",
this.getOption("timeouts.message", 4000), this.getOption("timeouts.message", 4000),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment