Update docs

This commit is contained in:
Insality
2021-04-01 23:16:16 +03:00
parent 001fc163ea
commit 295aca26a3
3 changed files with 89 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ Desc
-- Mouse scroll working when cursor is hover on scroll view node
-- Vertical scroll have more priority than horizontal
-- Fix: When Hover component node became disabled, reset hover state (throw on_hover and on_mouse_hover events)
-- By default mouse scroll is disabled
-- This is basic implementation, it is work not perfect
- **#43** Add Data List Druid extended component. Component used to manage huge amount of data to make stuff like "infinity" scroll.
- Add context argument to Druid Event. You can pass this argument to forward it first in your callbacks (for example - object context)