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
Currently the ComposerPreferences inside of MutableDocumentComposer has its own ChangeNotifier implementation.
This is a problem because the entire MutableDocumentComposer is an Editable, and therefore should be pausing and resuming all change notifications based on the Editor pipeline.
Update the composer preferences to pause and resume notifications as needed.
The text was updated successfully, but these errors were encountered:
Currently the
ComposerPreferences
inside ofMutableDocumentComposer
has its ownChangeNotifier
implementation.This is a problem because the entire
MutableDocumentComposer
is anEditable
, and therefore should be pausing and resuming all change notifications based on theEditor
pipeline.Update the composer preferences to pause and resume notifications as needed.
The text was updated successfully, but these errors were encountered: