修复粘贴序列检测到损坏时没有重置光标位置导致后续操作出现问题 close #89
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user