Skip to content

A variable was not renamed in seek-to.lua #65

@vialni

Description

@vialni

In the function "backspace" there is a line

if cursor_position ~= 9 or current_time[9] == 0 then

that produces a bug in certain situations. I think it should be like

if cursor_position ~= 9 or history[#history][9] == 0 then

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