mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 10:32:20 +02:00
#108 Move component interests const from const.lua to component.lua
This commit is contained in:
@@ -51,7 +51,7 @@ local const = require("druid.const")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Button = component.create("button", { const.ON_INPUT })
|
||||
local Button = component.create("button", { component.ON_INPUT })
|
||||
|
||||
|
||||
local function is_input_match(self, action_id)
|
||||
|
Reference in New Issue
Block a user