No more doubling down on re-enabling keydown
This commit is contained in:
parent
bb8ca11d31
commit
961847f6cf
1 changed files with 0 additions and 3 deletions
|
|
@ -86,9 +86,6 @@ export default {
|
|||
mounted() {
|
||||
this.paddingHeight = this.getFooterInfoBoxHeight() + 24;
|
||||
},
|
||||
unmounted() {
|
||||
document.onkeydown = null;
|
||||
},
|
||||
methods: {
|
||||
onResize() {
|
||||
this.paddingHeight = this.getFooterInfoBoxHeight();
|
||||
|
|
|
|||
Loading…
Reference in a new issue