vue2-client 1.8.409 → 1.8.410
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -480,7 +480,7 @@ export default {
|
|
|
480
480
|
methods: {
|
|
481
481
|
getEventHandlers (cell) {
|
|
482
482
|
const handlers = {}
|
|
483
|
-
if (!cell
|
|
483
|
+
if (!cell?.events || cell?.events?.length === 0) {
|
|
484
484
|
return handlers
|
|
485
485
|
}
|
|
486
486
|
cell.events.forEach(event => {
|