mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 02:28:12 +08:00
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user