Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

fix(body): 修复 addEventListener 事件处理函数为空 #557

Closed Alfred-Skyblue closed 1 year ago

Alfred-Skyblue commented 1 year ago

描述

我发现在 body/index.jsx 中,并没有找到 this.dealKeydownEvent,但在挂载时监听了 keydown 事件,由于没有找到这个方法,所以传递给 addEventListener 的事件处理函数是一个undefined,导致我在一些环境下产生错误

huangshuwei commented 1 year ago

感谢你的贡献,谢谢