mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-17 21:15:47 +02:00
Make edit-design plugin reload if the reply revert feature is enabled
This commit is contained in:
parent
dfd987041a
commit
42d1140b55
@ -1,3 +1,9 @@
|
||||
constructor(){
|
||||
super({
|
||||
requiresPageReload: true
|
||||
})
|
||||
}
|
||||
|
||||
enabled(){
|
||||
// elements & data
|
||||
this.css = null;
|
||||
@ -218,6 +224,7 @@ enabled(){
|
||||
};
|
||||
|
||||
TD.decider.updateForGuestId();
|
||||
this.$pluginSettings.requiresPageReload = enable;
|
||||
};
|
||||
|
||||
// css and layout injection
|
||||
|
Loading…
Reference in New Issue
Block a user