mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-23 07:35:02 +00:00
parent
4c6f2c80bd
commit
a07c1a37a8
10 changed files with 54 additions and 31 deletions
|
@ -154,8 +154,8 @@ impl JsEditorHandle {
|
|||
self.dispatch(message);
|
||||
}
|
||||
|
||||
pub fn open_file_upload(&self) {
|
||||
let message = FrontendMessage::TriggerFileUpload;
|
||||
pub fn document_open(&self) {
|
||||
let message = PortfolioMessage::OpenDocument;
|
||||
self.dispatch(message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue