Fix bug preventing the previous buttons mapping to be restored
This commit is contained in:
parent
78aa3f6281
commit
242b97e745
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ function Buttons(session) {
|
||||||
|
|
||||||
function pop() {
|
function pop() {
|
||||||
mappingsStack.pop();
|
mappingsStack.pop();
|
||||||
|
map(mappingsStack[mappingsStack.length-1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function push(newMapping) {
|
function push(newMapping) {
|
||||||
|
|
Loading…
Reference in a new issue