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

bugfix: when lockAspectRatio, resize lm and rt inrorrect

Open replace5 opened this issue 1 year ago • 0 comments

if lockAspectRatio is true, the handle will force set to m[l,r], next, when we resize lb and rt, the result turned out to be very strange; I add a new variale realHandle to remeber the original handle and fix the right/top/left/bottom based on realHandle

replace5 avatar Jun 14 '24 13:06 replace5