mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Input priority little rework? Remove on_swipe
This commit is contained in:
@@ -5,7 +5,7 @@ local helper = require("druid.helper")
|
||||
local const = require("druid.const")
|
||||
local component = require("druid.component")
|
||||
|
||||
local M = component.create("scroll", { const.ON_UPDATE, const.ON_SWIPE })
|
||||
local M = component.create("scroll", { const.ON_UPDATE, const.ON_INPUT_HIGH })
|
||||
|
||||
|
||||
-- Global on all scrolls
|
||||
|
Reference in New Issue
Block a user