There is no 'return true' for the shortcuts system

This commit is contained in:
djmaze 2021-08-12 20:55:24 +02:00
parent 64a7b82408
commit 2d87b52c07
5 changed files with 6 additions and 31 deletions

View file

@ -109,7 +109,6 @@ export class AbstractSystemDropDownUserView extends AbstractViewRight {
showScreenPopup(KeyboardShortcutsHelpPopupView);
return false;
}
return true;
});
}
}