修复粘贴序列bug,可以用键盘复制粘贴

This commit is contained in:
MrZ_26
2020-08-17 17:17:52 +08:00
parent 731bdab8b2
commit 37d0a106a9
2 changed files with 14 additions and 13 deletions

View File

@@ -164,6 +164,7 @@ function pasteSequence(str)
end
preBag=bag
sceneTemp.cur=#preBag
return true
end