修复粘贴序列检测到损坏时没有重置光标位置导致后续操作出现问题 close #89

This commit is contained in:
MrZ626
2021-07-17 01:41:16 +08:00
parent d3046fa588
commit bc879ee8e2

View File

@@ -101,6 +101,7 @@ function scene.keyDown(key)
cur=#BAG
else
TABLE.cut(BAG)
cur=0
MES.new('error',text.dataCorrupted)
end
elseif key=="escape"then