Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@AndrewPixel set `keepRatio` prop. https://daybrush.com/moveable/release/latest/doc/Moveable.Resizable.html#keepRatio

@cuongdevjs use setFixedDirection ```jsx onResizeStart={(e) => { e.setFixedDirection([0, 0]); }} ```

@vietanhbui react-moveable in 0.30.3 is working. Try 0.30.3 version

@nathalieroemer set translate value on rotateStart, resizeStart. https://daybrush.com/moveable/storybook/?path=/story/basic--resizable https://daybrush.com/moveable/storybook/?path=/story/basic--rotatable

@jtr-dev See this example: https://daybrush.com/moveable/storybook2/?path=/story/support-scroll--tree-shaking-template

@Raserad The snap guideline issue is a very thorny issue. Perhaps it can't be solved in this version. It will take a little longer to be even more accurate.

@Raserad If you have a demo address where I can test it, it would be helpful to solve it.

@pclancysc okay. I'll add this feature in scalable.

@pclancysc * `lit-moveable` 0.10.0 * `moveable` 0.33.0 * `preact-moveable` 0.35.0 * `react-compat-moveable` 0.21.0 * `react-moveable` 0.36.0 * `svelte-moveable` 0.25.0 * `vue-moveable` 2.0.0-beta.27 * `vue3-moveable` 0.8.0 * `ngx-moveable` 0.30.0 moveable's new...

@nzbin The click event is blocked. Use moveable's click event instead. ```js {}}/> new Moveable.on("click", e => { }); ```