修复粘贴场地可能报错,补充缺失的文本
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user