All spaces at the end of address input
Othewise you can't type, it sucks.
This commit is contained in:
parent
ae50a1abd8
commit
f969f262b8
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ watch(
|
|||
|
||||
// Methods
|
||||
function handleInput() {
|
||||
const text = searchText.value.trim();
|
||||
const text = searchText.value;
|
||||
|
||||
// Clear previous timer
|
||||
if (debounceTimer.value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue