Skip to content

Commit 1c43abe

Browse files
authored
Linting Checks
1 parent fed6a83 commit 1c43abe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/plugins/search/component.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ function bindEvents() {
171171

172172
let timeId;
173173
// Prevent to Fold sidebar
174-
// Docsify.dom.on(
175-
// $search,
176-
// 'click',
177-
// e => e.target.tagName !== 'A' && e.stopPropagation()
178-
// );
179174
Docsify.dom.on($input, 'input', e => {
180175
clearTimeout(timeId);
181176
timeId = setTimeout(_ => doSearch(e.target.value.trim()), 100);

0 commit comments

Comments
 (0)