1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-28 09:15:46 +02:00

Fix a crash in an event handler in the edit-design plugin

This commit is contained in:
chylex 2017-03-29 19:23:28 +02:00
parent eee1622801
commit 80654449af

View File

@ -247,7 +247,7 @@ enabled(){
} }
}; };
this.uiShowActionsMenuEvent = function(){ this.uiShowActionsMenuEvent = () => {
if (this.config.moveTweetActionsToRight){ if (this.config.moveTweetActionsToRight){
$(".js-dropdown.pos-r").toggleClass("pos-r pos-l"); $(".js-dropdown.pos-r").toggleClass("pos-r pos-l");
} }