Fix xpath filtering

This commit is contained in:
Gregory Schier
2024-08-08 22:54:15 -07:00
parent 8081c86ec6
commit 3050995fed
12 changed files with 35 additions and 41 deletions

View File

@@ -81,7 +81,7 @@ new Promise<void>(async (resolve, reject) => {
);
const replyPayload: InternalEventPayload = {
type: 'filter_response',
items: JSON.parse(reply),
content: reply,
};
sendToServer({ id: genId(), pluginRefId, replyId, payload: replyPayload });
return;