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
We have an "edge case" that's the ability to use the component without applying the DOM changes on resize event ( mouse move ).
This means that we would like an option to manually apply the resize using the onResize callback, this way we would apply the resize manually ( other components are calculated together ).
A property named skipDomChangeOnResize would be awesome. If it's defined and with value === true, the component would not apply any changes in DOM during the mousemove ( only call the onResize callback ).
The text was updated successfully, but these errors were encountered:
TiagoJacobs
changed the title
Add property to not apply the resize on DOM
Add property to not modify DOM during the resize
Oct 29, 2020
This component is awesome and simple to use.
We have an "edge case" that's the ability to use the component without applying the DOM changes on resize event ( mouse move ).
This means that we would like an option to manually apply the resize using the
onResize
callback, this way we would apply the resize manually ( other components are calculated together ).A property named
skipDomChangeOnResize
would be awesome. If it's defined and with value === true, the component would not apply any changes in DOM during the mousemove ( only call theonResize
callback ).The text was updated successfully, but these errors were encountered: