-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expose Watchdog and Context on Editor class and update integrations. #13852
Expose Watchdog and Context on Editor class and update integrations. #13852
Comments
In the react integration it was skipped because the code there is using inference for the editor type We decided we don't want the |
How was that supposed to work in Angular integration then? Or it was something that we completely missed? |
I think this is the case. |
Scope:
|
Scope:
|
Other (core): The `EditorWatchdog`, `ContextWatchdog`, and `Context` classes are now exposed as static fields of the `Editor` class. Closes #13852.
Notes:
Context
,EditorWatchdog
, andContextWatchdog
as static editor properties. #13707.The text was updated successfully, but these errors were encountered: