Skip to content

Can't remove styles when wrap is used? #1

Description

@mrmachine
var stylesJSON = [
    {
        btnName: 'superscript',
        wrap: 'sup'
    }
];
$('#redactor').redactor({
    plugins: ['styles'],
    stylesJson: stylesJSON
});

Clicking Remove style does nothing, and the style can be applied multiple times.

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