mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-14 03:15:49 +02:00
Fix search input not being unfocused after opening search externally
This commit is contained in:
parent
c83b62ebaa
commit
7401b8a52d
@ -1081,7 +1081,7 @@
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
input.val("");
|
||||
input.val("").blur();
|
||||
app.click(); // unfocus everything
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user