We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Occurs in Angular9 and in demo (forked): https://stackblitz.com/edit/3dgenomes-ngx-resizable-vert-181-v5fndv
The event looks like this for an example where user is changing height:
{"info":{"width":false,"height":null,"id":"","evt":{"isTrusted":true}}}
In Angular9 the value seems to be NaN instead of null as in the demo
NaN
null
The text was updated successfully, but these errors were encountered:
Thanks Sasha - looking into that now
Sorry, something went wrong.
mikegoodstadt
No branches or pull requests
Occurs in Angular9 and in demo (forked): https://stackblitz.com/edit/3dgenomes-ngx-resizable-vert-181-v5fndv
The event looks like this for an example where user is changing height:
In Angular9 the value seems to be
NaN
instead ofnull
as in the demoThe text was updated successfully, but these errors were encountered: