Prettified again
This commit is contained in:
parent
773634e26f
commit
2dba3314c1
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ export default {
|
||||||
set: function (newValue) {
|
set: function (newValue) {
|
||||||
this.forwardClicked = newValue;
|
this.forwardClicked = newValue;
|
||||||
this.backClicked = newValue;
|
this.backClicked = newValue;
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
@ -95,7 +95,7 @@ export default {
|
||||||
document.onkeydown = function (e) {
|
document.onkeydown = function (e) {
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.navigationButtonClicked = false;
|
this.navigationButtonClicked = false;
|
||||||
},
|
},
|
||||||
buttonClick() {
|
buttonClick() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue