Changed all indexes to use (pre) parsed trees.
This commit is contained in:
@@ -45,9 +45,9 @@ export class EventedSpacePrimitives implements SpacePrimitives {
|
||||
this.eventHook
|
||||
.dispatchEvent("page:saved", pageName)
|
||||
.then(() => {
|
||||
return this.eventHook.dispatchEvent("page:index", {
|
||||
return this.eventHook.dispatchEvent("page:index_text", {
|
||||
name: pageName,
|
||||
text: text,
|
||||
text,
|
||||
});
|
||||
})
|
||||
.catch((e) => {
|
||||
|
||||
Reference in New Issue
Block a user