Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@yoole5699 You have a few things to change. 1. container ```js setScrollOptions({ container: document.body, getScrollPosition: () => [ document.documentElement.scrollLeft, document.documentElement.scrollTop ], ... }); 2. onScroll ```js onScroll={(e) => { document.documentElement.scrollBy(...
@ttay24 @na2793 @yoole5699 How about now? It seems to work well for the current demo (1.14 version)? https://codesandbox.io/s/angry-albattani-2uu9kg?file=/src/App.tsx
@ttay24 @na2793 @yoole5699 * `selecto` 1.15.0 * `react-selecto` 1.15.0 * `preact-selecto` 1.15.0 * `ngx-selecto` 1.15.0 * `svelte-selecto` 1.15.0 * `vue-selecto` 1.15.0 * `vue3-selecto` 1.1.0 * `lit-selecto` 1.15.0 `selecto`'s new version...
@Lmuy I'm not sure why. It seems like a temporary problem. Try again
if you disable Selecto, should set dragCondition's return value to false ```js false} /> ```
@afan0228 sorry. It is impossible to change dynamically.
@bluematter The demo's dragContainer was modified to be window. Thank you :)
@bluematter okay. I'll fix it to work as follows. ```js scrollOptions={{ container: () => scrollBarsRef.current?.refs?.scrollbars?.container as HTMLElement }} ```
@bluematter Maybe today, or tomorrow?
@bluematter * `lit-selecto` 1.18.0 * `preact-selecto` 1.15.0 * `react-selecto` 1.18.0 * `selecto` 1.18.0 * `svelte-selecto` 1.18.0 * `vue-selecto` 1.18.0 * `vue3-selecto` 1.4.0 * `ngx-selecto` 1.18.0 selecto's new version is released....