From 4c64002f14a41635bda8c19c029198dc9b56e058 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 13 Jul 2024 21:45:23 +0300 Subject: [PATCH] chore: add a todo for Document.history --- lib/src/models/documents/document.dart | 1 + 1 file changed, 1 insertion(+) 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.