Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@nzbin * `moveable` 0.29.2 * `react-moveable` 0.32.2 * `preact-moveable` 0.31.2 * `ngx-moveable` 0.25.2 * `svelte-moveable` 0.19.2 * `lit-moveable` 0.6.2 * `vue-moveable` 2.0.0-beta.9 * `vue3-moveable` 0.4.2 moveable's new version is released....
@akshaypjoshi See this repository. https://github.com/daybrush/scena/tree/master/packages/react-editor
@chenp1204 The drag property has top left information. ```js const width = e.width; const height = e.height; const top = e.drag.top; const left = e.drag.left; e.target.style.cssText += `width: ${width}px; height:...
@XM-zombie Please tell me the detailed situation. * Framework. * Moveable version. * Error message.
@batru96 Text-related resizing is difficult. I will prepare soon.
@chenxeed May I know how to use it? There seems to be a process of creating an instance of moveable and dragging it. Can i check the code?
@chenxeed * `lit-moveable` 0.12.1 * `moveable` 0.35.1 * `preact-moveable` 0.37.1 * `react-compat-moveable` 0.23.1 * `react-moveable` 0.38.1 * `svelte-moveable` 0.27.1 * `vue-moveable` 2.0.0-beta.33 * `vue3-moveable` 0.10.1 * `ngx-moveable` 0.32.1 moveable's new...
@nickqweaver If you change the target from outside, call the `updateRect` method of the moveable instance.
@Darkside73 You change the target but only 1 frame. Each target needs a frame.
@z23104081 I'm sorry. All elements in a moveable control box are using `moveable-`. So, it is judged as an element of moveable. How about choosing a different class name?