mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-31 02:07:21 +00:00
Svelte: Fix calling DOM API functions on the actual elements
This commit is contained in:
parent
0019340096
commit
fb10e5194e
15 changed files with 162 additions and 96 deletions
|
@ -115,8 +115,6 @@ fn handle_message(message: String) -> String {
|
|||
let serialized = ron::to_string(&send_frontend_message_to_js(response.clone())).unwrap();
|
||||
if let Err(error) = ron::from_str::<FrontendMessage>(&serialized) {
|
||||
log::error!("Error deserializing message: {}", error);
|
||||
log::debug!("{:#?}", response);
|
||||
log::debug!("{}", serialized);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue