Restore backwards compatibility broken with #1750 to prepare next release

This commit is contained in:
Keavon Chambers 2024-07-06 01:02:40 -07:00
parent e66620dc5c
commit 621f469a15
6 changed files with 107 additions and 109 deletions

View file

@ -660,8 +660,6 @@ impl EditorHandle {
let (response_sender, _) = std::sync::mpsc::channel();
let old_runtime = replace_node_runtime(NodeRuntime::new(request_receiver, response_sender));
let document_serialized_content = document_serialized_content.replace("\"ManipulatorGroupIds\"", "\"PointIds\"");
let mut editor = Editor::new();
let document_id = DocumentId(document_id);
editor.handle_message(PortfolioMessage::OpenDocumentFileWithId {