mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 10:48:11 +08:00
Clean up camelCase and snake_case in frontend code
This commit is contained in:
@@ -295,7 +295,7 @@ export default defineComponent({
|
||||
|
||||
// Initialize certain setup tasks required by the editor backend to be ready for the user now that the frontend is ready
|
||||
const platform = operatingSystem();
|
||||
this.editor.instance.init_after_frontend_ready(platform);
|
||||
this.editor.instance.initAfterFrontendReady(platform);
|
||||
},
|
||||
beforeUnmount() {
|
||||
// Call the destructor for each manager
|
||||
|
||||
Reference in New Issue
Block a user