Add warning when Hydra is getting loaded
This commit is contained in:
@ -36,6 +36,7 @@ export type ShapeObject = {
|
||||
|
||||
|
||||
export const loadHydra = (app: Editor) => (): void => {
|
||||
app.api.log("Hydra is now loaded!")
|
||||
app.ensureHydraLoaded()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user