Skip to content

Commit 69502fb

Browse files
committed
fix state flag when clearning search
1 parent 252fd7e commit 69502fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/vendor/docsearch.bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
}
202202

203203
function clearSearch () {
204+
this.isActivated = true // we can't rely on this state being correct
204205
this.setVal()
205206
delete this.ctrlKeyDown
206207
}

0 commit comments

Comments
 (0)