Skip to content

simple_combo doesn't work in a bootstrap modal #144

@zhaoyi0113

Description

@zhaoyi0113

I am using below code to listen on meta m key event but it doesn't work if there is a bootstrap modal on the page.

listener.simple_combo('meta m', (e) => {
            console.log('hello ');
            e.stopDefault();
        });

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