mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-17 12:15:47 +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.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
|
||||||
input.val("");
|
input.val("").blur();
|
||||||
app.click(); // unfocus everything
|
app.click(); // unfocus everything
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user