Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@cornedor That's a nice feature. I'll think about it in the next update.

@patson12 svg path and rect do not support Resizable.

@Zsynuting Sorry. The transform3d calculation is wrong. Test [email protected] (beta)

@Zsynuting * `moveable` 0.27.0 * `react-moveable` 0.30.0 * `preact-moveable` 0.29.0 * `ngx-moveable` 0.23.0 * `svelte-moveable` 0.18.0 * `lit-moveable` 0.4.0 * `vue-moveable` 2.0.0-beta.2 * `vue3-moveable` 0.2.0 moveable's new version is released....

@chenp1204 I forgot that there is such a usage. Thank you very much. Test [email protected]

@jifka What version of moveable is there? Now, the click event is triggered even when draggable is disabled.

@jifka 1. The request method works even if it is disabled. 2. If draggable=false, resizable=false is set, all controls are invisible.

@zhuoyan123 It seems like a problem with react. There are a lot of people with similar problems and it is said that it happens in dev mode.

@hrachmkr Maybe you should use `request` method when resize text box or move transformOrigin: 0px 0px; https://daybrush.com/moveable/release/latest/doc/Moveable.Resizable.html#request ```js moveable.request("resizable", { offsetWidth, offsetHeight }); ```