Open hasibdev opened 2 years ago
Suppose I'm resizing a component and when resize:end in some condition I need to restore back where it was previously.
You can save box size on start. Then set saved values back.
or save it in localstorage
Suppose I'm resizing a component and when resize:end in some condition I need to restore back where it was previously.