Skip to content

check is moved error here #4

@diamont1001

Description

@diamont1001

rowSnapshot.append(nil)

fixed:

if let block = _blockMatrix[axis ? (col, row) : (row, col)] {
    rowSnapshot.append(block)
    compactRow.append(block)
} else { // add else here
    rowSnapshot.append(nil)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions