mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
Fix xpath filtering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user