mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 12:18:13 +08:00
Polishing: standardize binding JS resize event (fixes non-integer AA rendering); remove "X" to delete; cleanup
This commit is contained in:
@@ -270,7 +270,10 @@ export default defineComponent({
|
||||
};
|
||||
},
|
||||
data() {
|
||||
// Initialize the Graphite WASM editor instance
|
||||
const editor = createEditorState();
|
||||
|
||||
// Initialize other stateful Vue systems
|
||||
const dialog = createDialogState(editor);
|
||||
const documents = createDocumentsState(editor, dialog);
|
||||
const fullscreen = createFullscreenState();
|
||||
|
||||
Reference in New Issue
Block a user