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

Merge Meeds-io/MIPs#129 #654

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Merge Meeds-io/MIPs#129 #654

merged 2 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. feat: Fix the copied format not being applied to the selected text in…

    … some CKEditor instances - EXO-73291 - Meeds-io/MIPs#129 (#652)
    
    Prior to this change, the copied format was not applied to the selected text in some CKEditor instances. This issue was due to the mouseup event being attached to the editor document and not being detected. This change attaches the entire event to the editor's editable element, resolving the issue.
    azayati committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    69c1765 View commit details
    Browse the repository at this point in the history
  2. feat: Allow phone links in HTML sanitizer - EXO-73882 - Meeds-io/MIPs…

    …#129 (#656)
    
    Allow phone links in HTML sanitizer
    hakermi authored and azayati committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5d33e9e View commit details
    Browse the repository at this point in the history