Skip to content

Hiding Buttons doesnt work as expected #27

Description

@CR34L

I'm submitting a bug report

  • Library Version:
    2.0.2

Please tell us about your environment:

  • Operating System:
    OSX 10.14.1

  • Browser:
    all | Chrome | Safari

  • Language:
    TypeScript 3.1.6

Current behavior:
Unable to hide Buttons with provided options:
this.editorOptions = { hiddenButtons: ['cmdUrl', 'cmdImage', 'cmdCode', 'cmdPreview']};

Disable Buttons with options works as expected:
this.editorOptions = { disabledButtons: ['cmdUrl', 'cmdImage', 'cmdCode', 'cmdPreview']};

Expected/desired behavior:
Hide Buttons as expected

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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