Fix memory leak on buttons mapping in textScreen()
This commit is contained in:
parent
bdf11a96ca
commit
b9d8dba0a3
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ function UI(async, buttons, dom, screen, session) {
|
|||
buttons.push({
|
||||
'A': function() {
|
||||
if(ready) {
|
||||
close('text');
|
||||
f();
|
||||
} else {
|
||||
remote.pause();
|
||||
|
|
Loading…
Reference in a new issue