Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@nzbin I will change it so that it does not block the click event in the next version.
@sagrawal31 Test [email protected] (beta)
@sagrawal31 @nzbin * `moveable` 0.27.1 * `react-moveable` 0.30.1 * `preact-moveable` 0.29.1 * `ngx-moveable` 0.23.1 * `svelte-moveable` 0.18.1 * `lit-moveable` 0.4.1 * `vue-moveable` 2.0.0-beta.3 * `vue3-moveable` 0.2.1 moveable's new version is...
@Raserad What you will do with this is probably the most questionable. First, Draggable, Resizable, etc. are exported. ```js import { Draggable } from "react-moveable"; ```
@ElConcombritos I'm still preparing a demo except for react. How can I know the moveable code you used?
@sh-enomoto I'm sorry. This seems impossible. Since we need to know the source of the transform, it is impossible to determine with rect.
This is an example based on JSX. You can use it as Renderer.createElement. Demos of other frameworks are still being prepared. ```js const DimensionViewable = { name: "dimensionViewable", props: {},...
@jairoblatt The moment it becomes 0, I can't help it either. When it becomes 0, the ratio is broken.
@jairoblatt The moment you input the width or height value, the ratio is maintained for a few seconds and you should check if it is 0.
@jairoblatt That seems difficult. Moveable cannot store the ratio value for the case of 0 x 0. If you store the ratio value externally, It can be set as `setRatio(ratio)`...