Skip to content

Demo site: option change button not working when selecting last option #1

@yaodingyd

Description

@yaodingyd

In main.js line 19:

    if (i >= 0 && i < options.length - 1) {

I think it should be:

    if (i >= 0 && i <= options.length - 1) {

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