修复粘贴场地可能报错,补充缺失的文本

This commit is contained in:
MrZ626
2021-05-13 23:26:41 +08:00
parent 5eeab94368
commit 8d0bfce39f
8 changed files with 10 additions and 1 deletions

View File

@@ -229,6 +229,7 @@ function scene.keyDown(key)
if DATA.pasteBoard(str,page)then
LOG.print(text.importSuccess,COLOR.G)
else
print(text.dataCorrupted)
LOG.print(text.dataCorrupted,COLOR.R)
end
elseif key=="pageup"then