Fix bug preventing the previous buttons mapping to be restored

This commit is contained in:
Tissevert 2018-11-29 21:59:18 +01:00
parent 78aa3f6281
commit 242b97e745
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ function Buttons(session) {
function pop() {
mappingsStack.pop();
map(mappingsStack[mappingsStack.length-1]);
}
function push(newMapping) {