You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue-free-transform is great. Translatable area restriction capability make it better, I guess. In many cases, area restriction is useful. Without it, translation is so free that object can be released in a area where horizontal position is negative and selection is impossible.
I found that the restriction is possible by checking payload in update(). But it looks much better to have certain component's property for restriction.
The text was updated successfully, but these errors were encountered:
Hi.
Vue-free-transform is great. Translatable area restriction capability make it better, I guess. In many cases, area restriction is useful. Without it, translation is so free that object can be released in a area where horizontal position is negative and selection is impossible.
I found that the restriction is possible by checking payload in update(). But it looks much better to have certain component's property for restriction.
The text was updated successfully, but these errors were encountered: