Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Matrix becoming unresponsive if it is updated while already visible #31

@gorhill

Description

@gorhill

This happens because there is a call to $('#matrix-list').empty() in makeMenu(), and if the cell menu is attached, it ends up also being removed. Fix is to detach the menu before calling empty()

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