mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Input priority little rework? Remove on_swipe
This commit is contained in:
@@ -5,7 +5,7 @@ local const = require("druid.const")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local M = component.create("blocker", { const.ON_SWIPE })
|
||||
local M = component.create("blocker", { const.ON_INPUT_HIGH })
|
||||
|
||||
|
||||
function M.init(self, node)
|
||||
|
||||
Reference in New Issue
Block a user