mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 23:08:11 +08:00
Disallow snake_case variable names in frontend
This commit is contained in:
@@ -13,8 +13,7 @@ const state = reactive({
|
||||
});
|
||||
|
||||
export async function selectDocument(tabIndex: number) {
|
||||
const { select_document } = await wasm;
|
||||
select_document(tabIndex);
|
||||
(await wasm).select_document(tabIndex);
|
||||
}
|
||||
|
||||
export async function closeDocumentWithConfirmation(tabIndex: number) {
|
||||
|
||||
Reference in New Issue
Block a user