mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
#106 Add IS UNSELECT ON RESELECT style for Input component
This commit is contained in:
@@ -95,8 +95,9 @@ M["swipe"] = {
|
||||
|
||||
M["input"] = {
|
||||
IS_LONGTAP_ERASE = true,
|
||||
BUTTON_SELECT_INCREASE = 1.1,
|
||||
BUTTON_SELECT_INCREASE = 1.06,
|
||||
MASK_DEFAULT_CHAR = "*",
|
||||
IS_UNSELECT_ON_RESELECT = false,
|
||||
|
||||
on_select = function(self, button_node)
|
||||
local target_scale = self.button.start_scale
|
||||
|
||||
Reference in New Issue
Block a user