mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Restore backwards compatibility broken with #1750 to prepare next release
This commit is contained in:
parent
e66620dc5c
commit
621f469a15
6 changed files with 107 additions and 109 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue