整理代码

This commit is contained in:
MrZ626
2021-07-09 01:32:28 +08:00
parent 7248af35de
commit b1d5490e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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