We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f331e78 commit d902cf9Copy full SHA for d902cf9
src/views/snapshot/SearchCard.vue
@@ -158,7 +158,7 @@ const generateRules = errorTry(async (result: SelectorSearchResult) => {
158
const exampleUrls = imageId ? getImagUrl(imageId) : undefined;
159
160
const s = result.selector;
161
- const t = result.nodes[0];
+ const t = result.results.map((v) => v.context.toArray().at(-1)!)[0];
162
163
const fastQuery = [
164
(t.quickFind ?? t.idQf) &&
0 commit comments