Daybrush (Younkue Choi)

Results 720 comments of Daybrush (Younkue Choi)

@ozsirma * selecto 1.7.2 * react-selecto 1.7.2 * preact-selecto 1.6.2 * ngx-selecto 1.7.2 * lit-selecto 1.7.2 * vue-selecto 1.7.2 * svelte-selecto 1.7.2 selecto new version is released. Check it again....

@ozsirma you can use findSelectableTargets in onDrag

@ozsirma @mcunningham ```jsx onDrag={(e) => { // re find selectable targets during dragging. selecto.findSelectableTargets(); }} ```

If true, it is the container of selecto

```html new Selecto(container, ...) ``` ```jsx ```

@afan0228 * `lit-selecto` 1.18.3 * `preact-selecto` 1.15.2 * `react-selecto` 1.18.2 * `selecto` 1.18.2 * `svelte-selecto` 1.18.2 * `vue-selecto` 1.18.2 * `vue3-selecto` 1.4.2 * `ngx-selecto` 1.18.2 selecto's new version is released....

@w934423231 Does the container contain transforms? If so, specify the rootContainer as document.body or a container that does not contain transforms.

@rowthan Gesto and selecto are drag-related modules. It is irrelevant after the drag is finished. Of course, the methods of gesto you used are valid only while dragging is in...

@alezzigo @vmdao It seems difficult to provide hover events. What about providing a property representing hovered elements in the drag event?

@aliveornot For now, I have no choice but to tell you to process it with css. There is a way to force assignment using !important. ```css .selecto-selection { position: fixed;...