chore: add a todo for Document.history

feat/rich-text-paste-web
Ellet 9 months ago
parent 13533f8d90
commit 4c64002f14
  1. 1
      lib/src/models/documents/document.dart

@ -59,6 +59,7 @@ class Document {
final StreamController<DocChange> documentChangeObserver =
StreamController.broadcast();
// TODO: See why we made this public when it was private field
final History history = History();
/// Stream of [DocChange]s applied to this document.

Loading…
Cancel
Save