diff --git a/lib/src/models/documents/document.dart b/lib/src/models/documents/document.dart index c20ab27d..d6fa7f30 100644 --- a/lib/src/models/documents/document.dart +++ b/lib/src/models/documents/document.dart @@ -59,6 +59,7 @@ class Document { final StreamController 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.