Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VsButton nextTick js error #918

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 7, 2020

  1. Fix for lusaxweb#726

    *Bug:* Whenever the click of a VsButton happens it triggers a nextTick, but if the button does not exist anymore there will throw the error:
    `Cannot read property 'clientWidth' of undefined`
    
    *Fix: * Check if button reference still exists when nextTick happens.
    iomariani authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3ea68a4 View commit details
    Browse the repository at this point in the history