mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-20 12:15:51 +02:00
Fix broken Shift swap when selecting accounts after a recent TweetDeck update
This commit is contained in:
parent
d06e29db15
commit
b8aae88b11
@ -929,7 +929,7 @@
|
|||||||
$(".js-compose-text", ".js-docked-compose").focus();
|
$(".js-compose-text", ".js-docked-compose").focus();
|
||||||
};
|
};
|
||||||
|
|
||||||
$(".js-drawer[data-drawer='compose']").delegate(".js-account-list > .js-account-item", "click", onAccountClick);
|
$(".js-account-list", ".js-docked-compose").delegate(".js-account-item", "click", onAccountClick);
|
||||||
|
|
||||||
return if !ensurePropertyExists(TD, "components", "AccountSelector", "prototype", "refreshPostingAccounts");
|
return if !ensurePropertyExists(TD, "components", "AccountSelector", "prototype", "refreshPostingAccounts");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user