Skip to content

Commit

Permalink
chore(js): remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Apr 30, 2021
1 parent ee1845a commit 7f5dab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/autocomplete-js/src/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ export function autocomplete<TItem extends BaseItem>(
dom.value.input.focus();
} else {
document.body.removeChild(dom.value.detachedOverlay);

document.body.classList.remove('aa-Detached');
autocomplete.value.setQuery('');
autocomplete.value.refresh();
Expand Down

0 comments on commit 7f5dab0

Please sign in to comment.