能否自定义监听 resize 的容器或暴露手动触发容器 resize 后的 render 的方法?
xliez opened this issue · 1 comments
xliez commented
Is your feature request related to a problem? Please describe.
目前的 resize 事件是注册在 window 上的,直系父级容器的 resize 无法监听并触发 render。希望能够在容器 resize 后触发更新。
Describe the solution you'd like
能否自定义监听 resize 的容器或暴露手动触发容器 resize 后的 render 的方法,前者类似目前由组件监听 resize 事件,后者由调用者自己监听事件并调用 render
Describe alternatives you've considered
undefined
Additional context
目前resize 事件是绑定在 window 上的
xliez commented
看了源码,发现能够从原型上获取 resize 方法