Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
Hi, it is common to put a moveable in the viewport. The reason it doesn't follow the scroll is because the moveable is not within the scroll area. The following...
@hqiaozhang Same as the demo shown by @richex-cn. Grouping is not provided by selecto. This is a demo created using moveable’s `helper` library.
@vladdubchak Click occurs when mouseup (double click), (sub-select) I will add an event that occurs when mouse down (double) is moveable.
@SimeonRolev * `lit-selecto` 1.26.1 * `preact-selecto` 1.23.1 * `react-selecto` 1.26.1 * `selecto` 1.26.1 * `svelte-selecto` 1.26.1 * `vue-selecto` 1.26.1 * `vue3-selecto` 1.12.1 * `ngx-selecto` 1.26.1 selecto's new version is released.
@tjebbemarchand Unfortunately, only in mount. Dynamic options are not yet supported. For dynamic updates, use the set function. ```js const { set } = useScene or useSceneItem or useFrame set({...
@isaacfink The reason is not ascertained. Are there any differences? src/routes/about/about.svelte // See About Page https://codesandbox.io/p/sandbox/compassionate-herschel-71x9n5
@ohute-couture Hi. I did some research on the code. I have a few questions 1. Is the data you want to store very large? 2. Can you check the state__persist__...
@ohute-couture Test version 2.5.1. I have some guesses about the problem. 1. The stored value for persist is large. 2. The values of other previously stored items are large. So,...
@ohute-couture persist 2.5.2 is released. Check it again.
@cyhnkckali infinite-viewer's new version is released. `zoomRangeX`, `zoomRangeY` props are added. `zoomRange` is both x and y. If you want to limit them individually, use `zoomRangeX`, `zoomRangeY`.