Skip to content

Commit

Permalink
Added missing input fields sync after replaying history
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Oct 15, 2024
1 parent 53c617e commit 22c9ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/docfd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -985,9 +985,12 @@ let run
Lwd.set
Multi_file_view.Vars.document_store_cur_ver
(Dynarray.length snapshots - 1);
let final_snapshot = Dynarray.get_last snapshots in
Document_store_manager.submit_update_req
`Multi_file_view
(Dynarray.get_last snapshots);
final_snapshot;
Multi_file_view.sync_input_fields_from_document_store
final_snapshot.store;
with
| _ -> (
exit_with_error_msg
Expand Down

0 comments on commit 22c9ae5

Please sign in to comment.