All spaces at the end of address input

Othewise you can't type, it sucks.
This commit is contained in:
Eli Ribble 2026-04-10 13:44:58 +00:00
parent ae50a1abd8
commit f969f262b8
No known key found for this signature in database

View file

@ -111,7 +111,7 @@ watch(
// Methods
function handleInput() {
const text = searchText.value.trim();
const text = searchText.value;
// Clear previous timer
if (debounceTimer.value) {