wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

on change event do not emit good secondary size on open #51

Open xileftenurb opened 6 years ago

xileftenurb commented 6 years ago

I subscribed to the on-change event and logged de primary and secondary size. the primary size is alway good, but on open, the secondary size is marked as 0. on close, it is marked as 48.

I need to know the real size on open to ajuste my responsive design.

thank you