No more doubling down on re-enabling keydown

This commit is contained in:
Alex Humphries 2026-01-26 15:13:00 -05:00
parent bb8ca11d31
commit 961847f6cf

View file

@ -86,9 +86,6 @@ export default {
mounted() {
this.paddingHeight = this.getFooterInfoBoxHeight() + 24;
},
unmounted() {
document.onkeydown = null;
},
methods: {
onResize() {
this.paddingHeight = this.getFooterInfoBoxHeight();