mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Minor bugfix
This commit is contained in:
parent
ad71b23853
commit
53cda734e5
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(
|
|||
}
|
||||
},
|
||||
deleteMessageNo : (formData, extraArgs, cb) => {
|
||||
const msgListView = this.viewControllers.allViews.getView(MciViewIds.allViews.msgList);
|
||||
this.enableMessageListIndexUpdates(msgListView);
|
||||
return cb(null);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue