Skip to content

Pseudocode highlight/unhighlight bug #158

@vkaravir

Description

@vkaravir

Highlight/unhighlight for pseudocode have bugs when applied for multiple lines. For example:

pseudo = av.code(["line1", "line2"]);
pseudo.highlight(1);
pseudo.unhighlight([1, 2]);

ends up with line 1 not highlighted (as it should be) and line 2 incorrectly highlighted.

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