整理代码
This commit is contained in:
@@ -820,7 +820,7 @@ userG.the_key=first_key
|
|||||||
local scene={}
|
local scene={}
|
||||||
|
|
||||||
function scene.sceneInit()
|
function scene.sceneInit()
|
||||||
TASK.new(function()WIDGET.focus(inputBox)end)
|
WIDGET.focus(inputBox)
|
||||||
BG.set('none')
|
BG.set('none')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ function scene.sceneInit()
|
|||||||
scrollPos=0
|
scrollPos=0
|
||||||
|
|
||||||
lastSearch=false
|
lastSearch=false
|
||||||
TASK.new(function()YIELD()WIDGET.focus(inputBox)end)
|
WIDGET.focus(inputBox)
|
||||||
BG.set('rainbow')
|
BG.set('rainbow')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user