mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 13:06:09 +02:00
Additional code changes from PR
This commit is contained in:
parent
94e4f1240e
commit
e9d22b0688
2 changed files with 4 additions and 1 deletions
|
@ -103,7 +103,7 @@ exports.MenuModule = class MenuModule extends PluginModule {
|
|||
return callback(Errors.MissingConfig('Prompt specified but no "promptConfig" block found'));
|
||||
}
|
||||
|
||||
const options = self.menuConfig.config;
|
||||
const options = Object.assign({}, self.menuConfig.config);
|
||||
|
||||
if(_.isNumber(artData?.height)) {
|
||||
options.startRow = artData.height + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue