Daybrush (Younkue Choi)

Results 720 comments of Daybrush (Younkue Choi)

@JoseCanulEI See code: https://github.com/daybrush/scena/tree/master/packages/react-editor

@ViktorTheFirst Is there a demo where I can check your error? Please describe a process that can be reproduced.

hi. moveable doesn't support async yet. It will be reset properly after an update. Check it with requestAnimationFrame or setTimeout.

@JigarPrajpati Set `target={null}` or `target={[]}`

@iprasadg I am curious about how you made a custom button. Is it included in ables?

@iprasadg @ryantando The component of moveable has a z-index of 2000. Make the z-index equal to that button, or I recommend making it custom able. https://daybrush.com/moveable/storybook/?path=/story/make-custom-able--dimensionviewable

@iprasadg Custom Able in Vanilla. https://codepen.io/daybrush/pen/JjXmbmb It is a react code, but if that is converted, it becomes createElement. Use the second argument, createElement.

@trananhanc99 moveable's new version is released. Try setting (refresh) dragTarget in useEffect. ```jsx const [dragTarget, setDragTarget] = React.useState(); React.useEffect(() => { setDragTarget(document.querySelector(".moveable-drag-target")!); }, []); return

@PiousVenom Since moveable is checked based on offsetWidth and offsetHeight, it has nothing to do with the green area (clip). That's why I won't be able to solve it right...

@Caarnus * `@moveable/helper` 0.0.4 * `lit-moveable` 0.13.4 * `moveable` 0.36.4 * `preact-moveable` 0.38.4 * `react-compat-moveable` 0.24.4 * `react-moveable` 0.39.4 * `svelte-moveable` 0.28.4 * `vue-moveable` 2.0.0-beta.41 * `vue3-moveable` 0.11.4 * `ngx-moveable`...