Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add property to not modify DOM during the resize #699

Open
TiagoJacobs opened this issue Oct 29, 2020 · 0 comments
Open

Add property to not modify DOM during the resize #699

TiagoJacobs opened this issue Oct 29, 2020 · 0 comments

Comments

@TiagoJacobs
Copy link

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 the onResize callback ).

@TiagoJacobs 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant