Skip to content

The application breaks when the last character is deleted #449

@bxlt1k

Description

@bxlt1k

There are emojioneArea with the following parameters

emojioneArea({
    pickerPosition: "bottom",
    filtersPosition: "bottom",
    tonesStyle: "square",
    autocomplete: false,
    attributes: {
        spellcheck: true,
        autocomplete: "on"
    }
});

In all browsers with the Google Chrome engine, there is such an error, if you delete the last character from textarea, the application freezes, but if you remove attributes, there is no such error. There are two scenarios of operation, when the setup opens and textarea initialization occurs immediately, this scenario works correctly and the second, when initialization occurs in the settings when adding a block with textarea, an error appears, the error may be related to initialization?

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