nikitasnv / vue-resizable

VueResizable component
https://nikitasnv.github.io/vue-resizable/
MIT License
224 stars 46 forks source link

How to reset back to original position after resize? #43

Open hasibdev opened 2 years ago

hasibdev commented 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.

nikitasnv commented 2 years ago

You can save box size on start. Then set saved values back.

iamgabrielsoft commented 1 year ago

or save it in localstorage