Prettified again

This commit is contained in:
Leah Schumann 2022-12-29 09:34:12 -05:00
parent 773634e26f
commit 2dba3314c1

View file

@ -79,7 +79,7 @@ export default {
set: function (newValue) {
this.forwardClicked = newValue;
this.backClicked = newValue;
}
},
},
},
methods: {
@ -95,7 +95,7 @@ export default {
document.onkeydown = function (e) {
return true;
};
this.navigationButtonClicked = false;
},
buttonClick() {