Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@Nonoizz Hmm... I guess my expected scenario would be as follows. 1. mount two moveables on both sides 2. When you cross a certain standard line, turn off Moveable on...

@luxmeroz Thanks for reporting the issue. I added a svelte field. @egjs/[email protected] Can you test it?

@Pieter0313 @luxmeroz Test @egjs/[email protected] version Thank you :)

@Pieter0313 @luxmeroz Test @egjs/[email protected] version Thank you :) https://codesandbox.io/s/jolly-artem-h56p5g?file=/App.svelte

@luxmeroz @Pieter0313 Updated to version 1.4.7. Nothing has changed from the beta 5 version. Thank you :)

@Pieter0313 yes. Declare multiple conveyors. ```jsx const { ref: ref1 } = useConveyer(); const { ref: ref2 } = useConveyer(); const { ref: ref3 } = useConveyer(); ```

@Pieter0313 Changed the CommonJS version of @cfcs/core to exports. Test `1.4.8-beta.0` version.

@Pieter0313 use autoInit option ```js const { ref: ref1, init: init1 } = useConveyer({ autoInit: false }); const { ref: ref2, init: init2 } = useConveyer({ autoInit: false }); const...

@fanboykun `init` can be used when the DOM exists. If you use it like that, there will be a problem with the "Element" check in the SSR. CodeSandbox, StackBlitz If...

@vivoX9 See the Vue code panel https://daybrush.com/moveable/storybook2/?path=/story/variable-situations--stop-drag-if-target-is-select-input-textarea