Add warning when Hydra is getting loaded

This commit is contained in:
2024-04-20 13:01:44 +02:00
parent b61ea25836
commit 01235727c7

View File

@ -36,6 +36,7 @@ export type ShapeObject = {
export const loadHydra = (app: Editor) => (): void => {
app.api.log("Hydra is now loaded!")
app.ensureHydraLoaded()
}