You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a link in the content of a Quill editor, and I select it and press Ctrl-K, the link disappears.
This will result a text-change event with the source of api.
Deleting a link with the tooltip trashcan icon will result a similar event with the source of user.
Maybe there is an inconsistency here?
The text was updated successfully, but these errors were encountered:
ile
changed the title
Should deleting a link with Ctrl-K result to text-change 'api' instead of 'user'?
Should deleting a link with Ctrl-K result to text-change 'user' instead of 'api'?
May 6, 2024
Steps for Reproduction
If there is a link in the content of a Quill editor, and I select it and press Ctrl-K, the link disappears.
This will result a
text-change
event with the source ofapi
.Deleting a link with the tooltip trashcan icon will result a similar event with the source of
user
.Maybe there is an inconsistency here?
The text was updated successfully, but these errors were encountered: