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 someone wants to remove a link from a text element, the only possibility is to retype that text instead of the existing LinkPlugin. This is quite inconvenient.
Therefore I added some functionality to remove the Plugin from the CKEditor's context, if someone removed that plugin inside its own implementation.
This however requires a small modification of the code.
The text was updated successfully, but these errors were encountered:
If someone wants to remove a link from a text element, the only possibility is to retype that text instead of the existing LinkPlugin. This is quite inconvenient.
Therefore I added some functionality to remove the Plugin from the CKEditor's context, if someone removed that plugin inside its own implementation.
This however requires a small modification of the code.
The text was updated successfully, but these errors were encountered: