mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
#108 Move component interests const from const.lua to component.lua
This commit is contained in:
@@ -50,7 +50,7 @@ local const = require("druid.const")
|
||||
local component = require("druid.component")
|
||||
local utf8 = require("druid.system.utf8")
|
||||
|
||||
local Input = component.create("input", { const.ON_INPUT, const.ON_FOCUS_LOST })
|
||||
local Input = component.create("input", { component.ON_INPUT, component.ON_FOCUS_LOST })
|
||||
|
||||
|
||||
--- Mask text by replacing every character with a mask character
|
||||
|
Reference in New Issue
Block a user