调整上个commit的相关内容
This commit is contained in:
@@ -237,11 +237,11 @@ function scene.keyDown(key)
|
||||
end
|
||||
str=str:sub(p+1)
|
||||
end
|
||||
local success,F, flagBoardLineLimit=DATA.pasteBoard(str)
|
||||
local success,F,hitHeightLimit=DATA.pasteBoard(str)
|
||||
if success then
|
||||
FIELD[page]=F
|
||||
if flagBoardLineLimit then
|
||||
MES.new('warn', text.customDataSingleBoardLineLimit)
|
||||
if hitHeightLimit then
|
||||
MES.new('warn',text.tooHighField)
|
||||
end
|
||||
MES.new('check',text.importSuccess)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user