词典场景按键也会自动开始输入

This commit is contained in:
MrZ626
2021-10-30 15:36:56 +08:00
parent 25ef9d9886
commit 11b144da74

View File

@@ -134,7 +134,10 @@ function scene.keyDown(key)
MES.new('info',text.copyDone)
return
else
return
if not WIDGET.isFocus(inputBox)then
WIDGET.focus(inputBox)
end
WIDGET.keyPressed(key)
end
end