Update wrong links in documentation

This commit is contained in:
Insality
2023-12-05 14:27:53 +02:00
parent 5d4039da4f
commit 2c083f6a71
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ M["scroll"] = {
WHEEL_SCROLL_SPEED = 0, -- Amount of pixels to scroll by one wheel event (0 to disable)
WHEEL_SCROLL_INVERTED = false, -- Boolean to invert wheel scroll side
WHEEL_SCROLL_BY_INERTION = false, -- If true, wheel will add inertion to scroll. Direct set position otherwise.
SMALL_CONTENT_SCROLL = true, -- If true, content node with size less than view node size can be scrolled
SMALL_CONTENT_SCROLL = false, -- If true, content node with size less than view node size can be scrolled
}