Skip to content

Upload and Picture handlers should be bound to the current editor #71

@PostMidnight

Description

@PostMidnight

In nbb-quill.js:

This line should change from:

toolbarOptions.handlers[name] = toolbarHandlers[name].bind($('.formatting-bar'));

To:

toolbarOptions.handlers[name] = toolbarHandlers[name].bind(textareaEl.parents('.composer-container').find('.formatting-bar'));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions