mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 02:58:12 +08:00
Restore backwards compatibility broken with #1750 to prepare next release
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user