• Prasino's avatar
    Table: fix scroll delta check bug (#6581) · 931f7547
    Prasino authored
    * Table : fix summary scroll delta check bug
    bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.
    
    * Table : fix summary scroll delta check bug
    bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.
    
    * Table: fix wheelEvent check bug
    
    * Update table.vue
    
    * Update table.vue
    931f7547
table.vue 13 KB