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
it works as required - otherwise I get LITE is not defined error. I have many other ckeditor instances on the same page, so I'm guessing it is taking a long time for everything to be ready. What is a better way to handle that?
I'd like to enable tracking, but have the changes hidden by default. It's not clear how I would achieve this.
Could an
isVisible
config option be added to complement the existingisTracking
option?My attempts to use
toggleShow()
after initialization have failed. Listening forLITE.Events.INIT
fails withLITE is not defined
e.g.Finding the plugin instance from the editor instance fails with
this._tracker is null
e.g.(using Ckeditor 4.6.2 with bundled track changes plugin)
The text was updated successfully, but these errors were encountered: