vue-resizable icon indicating copy to clipboard operation
vue-resizable copied to clipboard

How to reset back to original position after resize?

Open hasibdev opened this issue 2 years ago • 2 comments

Suppose I'm resizing a component and when resize:end in some condition I need to restore back where it was previously.

hasibdev avatar Jul 19 '22 11:07 hasibdev

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

nikitasnv avatar Jul 19 '22 21:07 nikitasnv