1
0
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:
chylex 2017-11-02 10:10:04 +01:00
parent c83b62ebaa
commit 7401b8a52d

View File

@ -1081,7 +1081,7 @@
event.preventDefault();
event.stopPropagation();
input.val("");
input.val("").blur();
app.click(); // unfocus everything
};