Skip to content

rowSize doesn't work with isButtonsMode #10

@Viiprogrammer

Description

@Viiprogrammer

I think can be resolved by replacing

if (0 === i % 1 && row.length) {

to

if (0 === i % this.rowSize && row.length) {

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