Work on client modes
This commit is contained in:
@@ -115,9 +115,9 @@ export class EventedSpacePrimitives implements SpacePrimitives {
|
||||
console.error("Error dispatching page:saved event", e);
|
||||
});
|
||||
}
|
||||
if (name.startsWith("_plug/") && name.endsWith(".plug.js")) {
|
||||
await this.dispatchEvent("plug:changed", name);
|
||||
}
|
||||
// if (name.startsWith("_plug/") && name.endsWith(".plug.js")) {
|
||||
// await this.dispatchEvent("plug:changed", name);
|
||||
// }
|
||||
return newMeta;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user