Open thanglq1 opened 10 months ago
When I change the document, the Quill Editor loses its history, making undo and redo actions unavailable.
Initial document assignment:
Document doc1 = Document.fromJson(jsonDecode(json1)); _quillController.document = doc1;
Subsequent document update:
Document doc2 = Document.fromJson(jsonDecode(json2)); _quillController.document = doc2;
After updating to doc2, undo and redo functionality is lost within the Quill Editor.
Have you found a solution?
Not yet. Waiting update from Flutter Quill team.
Do you solve this issue or still persisting?
Is there an existing issue for this?
The question
When I change the document, the Quill Editor loses its history, making undo and redo actions unavailable.
Initial document assignment:
Subsequent document update:
After updating to doc2, undo and redo functionality is lost within the Quill Editor.