mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-05 20:27:10 +02:00
Minor update
This commit is contained in:
parent
0599bd32fc
commit
45ca627b4e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ exports.getModule = class OnelinerzModule extends MenuModule {
|
|||
trailingLF : false
|
||||
},
|
||||
(err, artInfo, wasCreated) => {
|
||||
if(!wasCreated) {
|
||||
if(!err && !wasCreated) {
|
||||
self.viewControllers.view.setFocus(true);
|
||||
self.viewControllers.view.getView(MciViewIds.view.addPrompt).redraw();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue