1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-21 06:15:47 +02:00

Fix broken Shift swap when selecting accounts after a recent TweetDeck update

This commit is contained in:
chylex 2018-01-31 00:28:19 +01:00
parent d06e29db15
commit b8aae88b11

View File

@ -929,7 +929,7 @@
$(".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");