Update default page, update changelogs

This commit is contained in:
Insality
2021-04-01 22:52:03 +03:00
parent 2917affe5e
commit 227d809c83
3 changed files with 4 additions and 3 deletions

View File

@@ -157,3 +157,4 @@ local Drag = component.create("drag", { component.ON_INPUT }, const.PRIORITY_INP
-- 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)
-- This is basic implementation, it is work not perfect