Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only remove attachment upload button after trix has initialized #3464

Merged
merged 5 commits into from
Dec 2, 2024

Commits on Nov 26, 2024

  1. Only remove attachment upload button after trix has initialized

    I'm finding that when attachments are disabled the trix field controller is trying to remove the attachments button before trix has created the toolbar. This crashes the controller inside the connect method and so none of the other event listeners are set up.
    iainbeeston authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    74c0b69 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    000f88c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d24e64 View commit details
    Browse the repository at this point in the history
  3. fix syntax

    Paul-Bob committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c8c1d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8bea49 View commit details
    Browse the repository at this point in the history