Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@Samoji https://daybrush.com/moveable/storybook2/?path=/story/individual-group--draggable-scalable-template there is only the react code.

@LHongHui I checked the reason. I will fix it soon.

@LHongHui * `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...

@chenxeed It's a little different from the demo code. Since the storybook is separated from the iframe, would you like to use the code below? ```js onDragStart={e => { const...

@NahumG10 Thanks for your suggestion. It's difficult right now, but I'll add it later.

@zaohuayudie It doesn't seem to be the role of moveable. You can drag it with moveable. Movingable can't do sorting or changing the position of other items according to their...

@kss160992 Is there a problem if I don't add a function for umd?

@tribeAppMobile Use request method. ```js import * as React from "react"; import Moveable from "../../../src/react-moveable"; export default function App(props: Record) { const widthInputRef = React.useRef(null); const heightInputRef = React.useRef(null); const...

@Lucienrl Test `[email protected]` version. The specific situation is unknown, but a defense code has been added.

@Lucienrl * `lit-moveable` 0.11.2 * `moveable` 0.34.2 * `preact-moveable` 0.36.2 * `react-compat-moveable` 0.22.2 * `react-moveable` 0.37.2 * `svelte-moveable` 0.26.2 * `vue-moveable` 2.0.0-beta.30 * `vue3-moveable` 0.9.2 * `ngx-moveable` 0.31.2 moveable's public...