mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
parent
d4e3684744
commit
471610accd
12 changed files with 82 additions and 11 deletions
|
@ -140,6 +140,12 @@ pub fn close_all_documents_with_confirmation() {
|
|||
dispatch(message);
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn request_about_graphite_dialog() {
|
||||
let message = DocumentsMessage::RequestAboutGraphiteDialog;
|
||||
dispatch(message);
|
||||
}
|
||||
|
||||
/// Send new bounds when document panel viewports get resized or moved within the editor
|
||||
/// [left, top, right, bottom]...
|
||||
#[wasm_bindgen]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue