You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventManager.bindEvents() now adds an event listener for 'resize' to window object.
This could cause a wrong scale issue when, for instance, some elements hide (but the window remains untouched). I think it could be possible to pass a desired container element to attach the event listener to with Scheme object which is passed to a constructor method of EventManager.
In case such element is not provided with Scheme it must be window
The text was updated successfully, but these errors were encountered:
dmytro-shchurov
changed the title
Feat: add an ability listen to resize of different containers
Feat: add an ability to listen to resize of different containers
Oct 9, 2018
EventManager.bindEvents()
now adds an event listener for 'resize' towindow
object.This could cause a wrong scale issue when, for instance, some elements hide (but the window remains untouched). I think it could be possible to pass a desired container element to attach the event listener to with
Scheme
object which is passed to a constructor method ofEventManager
.In case such element is not provided with
Scheme
it must bewindow
The text was updated successfully, but these errors were encountered: