Daybrush (Younkue Choi)

Results 720 comments of Daybrush (Younkue Choi)

@d2461379109 Would you like to wait for the target to change and try it? (`.waitToChangeTarget`) ```jsx // setTargets("???") targetsRef.current = []; // next call request moveable.waitToChangeTarget().then(() => { moveable.request(...); });...

@1393254712 If I understand correctly, try calling the `.updateRect()` method manually after conversion.

@MRJCrunch It is shown set to 1px in the group. If you increase the number, you can feel it.

@hqiaozhang sorry. Left, top, width, and height do not all support percentages.

@MilesLeeeeee sorry. That type of combination of individualGroupable and groupable is not yet ready.

@javanese84 Dragging a group requires dragGroup, scaleGroup, and rotateGroup. https://daybrush.com/moveable/storybook/?path=/story/group--group-draggable-scalable-rotatable

@brutal-orange Try setting snapThreshold, snapWidth, and snapHeight to the same number. Now the threshold has the same width and height, but I will add threshold props for width and height...

@brutal-orange That's what I said. I plan to add `snapVerticalThreshold={50}`, `snapHorizontalThreshold={30}` like this. A similar role now is `snapThreshold`.

@jadiagaurang @brutal-orange * `croact-moveable` 0.9.0 * `@moveable/helper` 0.1.3 * `lit-moveable` 0.30.0 * `moveable` 0.53.0 * `preact-moveable` 0.55.0 * `react-moveable` 0.56.0 * `svelte-moveable` 0.45.0 * `vue-moveable` 2.0.0-beta.87 * `vue3-moveable` 0.28.0 *...

@daxiang28 Clippable's request is not yet supported. But I think I might consider it.