mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* WIP replacement NUA system
This commit is contained in:
parent
b1947c8010
commit
6c38ff54d5
4 changed files with 45 additions and 12 deletions
|
@ -43,7 +43,6 @@ function ViewController(options) {
|
|||
// Everything else is forwarded on to the focused View, if any.
|
||||
//
|
||||
var actionForKey = key ? self.actionKeyMap[key.name] : self.actionKeyMap[ch];
|
||||
//var actionForKey = self.actionKeyMap[key.name] || self.actionKeyMap[ch];
|
||||
if(actionForKey) {
|
||||
if(_.isNumber(actionForKey.viewId)) {
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue