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