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

[stable26] fix(editor): Don't load both Tiptap collaboration history extensions #4623

Merged
merged 2 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. fix(editor): Don't load both Tiptap collaboration history extensions

    Instead of loading Tiptap `extension-history` in RichText.js, let's load
    it only in `MarkdownContentEditor.vue`.
    
    * Editor.vue loads `extension-collaboration`
    * MarkdownContentEditor.vue loads `extension-history`
    
    Fixes: #4601
    
    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- authored and backportbot-nextcloud[bot] committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2fbfd30 View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ec3311e View commit details
    Browse the repository at this point in the history