Skip to content

Fix disappearing sub-lists in rich text editors#9867

Merged
andreslucena merged 1 commit intodecidim:developfrom
mainio:fix/9866
Oct 4, 2022
Merged

Fix disappearing sub-lists in rich text editors#9867
andreslucena merged 1 commit intodecidim:developfrom
mainio:fix/9866

Conversation

@ahukkanen
Copy link
Copy Markdown
Contributor

🎩 What? Why?

After merging #9640 the sub-lists in rich text editors do not work anymore.

The problem is that apparently always the matchers array does not contain the matcher we want to remove, so it is actually removing an incorrect matcher which causes this issue.

📌 Related Issues

Testing

See #9866.

@ahukkanen ahukkanen added module: core type: fix PRs that implement a fix for a bug labels Sep 28, 2022
Copy link
Copy Markdown
Member

@andreslucena andreslucena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏽

@andreslucena andreslucena merged commit c63e58a into decidim:develop Oct 4, 2022
@ahukkanen ahukkanen deleted the fix/9866 branch October 4, 2022 11:58
entantoencuanto added a commit that referenced this pull request Oct 5, 2022
* feature/redesign-turbo:
  Install turbo-rails
  Fix incorrect expecations after change of allowed file extensions (#9877)
  Update `@joeattardi/emoji-button` to `@picmo/popup-picker` (#9667)
  Address Crowdin feedback (#9678)
  Fix cryptic file validation errors (#9663)
  Fix disappearing sub-lists in rich text editors (#9867)
  Implement authorization data recovery for deleted users (#9463)
  Redesigned: admin bar (#9874)
eliegaboriau pushed a commit to eliegaboriau/decidim that referenced this pull request Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: core type: fix PRs that implement a fix for a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rich text editor sub-lists are broken when re-editing the content

2 participants