mng / ngx-resizable

Resizable Split Pane Layout
https://3dgenomes.github.io/ngx-resizable/
MIT License
22 stars 15 forks source link

resizeEnd event info width/height is NaN/null #8

Open svarlamov opened 4 years ago

svarlamov commented 4 years ago

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

mikegoodstadt commented 4 years ago

Thanks Sasha - looking into that now