mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-09 15:58:22 +00:00
Fix regression in text widget
This commit is contained in:
@@ -266,9 +266,9 @@ end
|
|||||||
-- Special keys.
|
-- Special keys.
|
||||||
local function createDefaultKeyActions (self)
|
local function createDefaultKeyActions (self)
|
||||||
return {
|
return {
|
||||||
['return'] = function ()
|
-- dummy functions to trap events
|
||||||
-- just a dummy function to trap event
|
['return'] = function () end,
|
||||||
end,
|
['space'] = function () end,
|
||||||
['backspace'] = function ()
|
['backspace'] = function ()
|
||||||
if not deleteRange(self) then
|
if not deleteRange(self) then
|
||||||
deleteCharacterLeft(self)
|
deleteCharacterLeft(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user