mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
docs: (Mendable Search) Fixes stuck when tabbing out issue (#9074)
This fixes Mendable not completing when tabbing out and fixes the duplicate message issue as well.
This commit is contained in:
parent
1edead28b8
commit
e3fb11bc10
8
docs/docs_skeleton/package-lock.json
generated
8
docs/docs_skeleton/package-lock.json
generated
@ -12,7 +12,7 @@
|
|||||||
"@docusaurus/preset-classic": "2.4.0",
|
"@docusaurus/preset-classic": "2.4.0",
|
||||||
"@docusaurus/remark-plugin-npm2yarn": "^2.4.0",
|
"@docusaurus/remark-plugin-npm2yarn": "^2.4.0",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"@mendable/search": "^0.0.137",
|
"@mendable/search": "^0.0.150",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"json-loader": "^0.5.7",
|
"json-loader": "^0.5.7",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
@ -3212,9 +3212,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mendable/search": {
|
"node_modules/@mendable/search": {
|
||||||
"version": "0.0.137",
|
"version": "0.0.150",
|
||||||
"resolved": "https://registry.npmjs.org/@mendable/search/-/search-0.0.137.tgz",
|
"resolved": "https://registry.npmjs.org/@mendable/search/-/search-0.0.150.tgz",
|
||||||
"integrity": "sha512-2J2fd5eqToK+mLzrSDA6NAr4F1kfql7QRiHpD7AUJJX0nqpvInhr/mMJKBCUSCv2z76UKCmF5wLuPSw+C90Qdg==",
|
"integrity": "sha512-Eb5SeAWlMxzEim/8eJ/Ysn01Pyh39xlPBzRBw/5OyOBhti0HVLXk4wd1Fq2TKgJC2ppQIvhEKO98PUcj9dNDFw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"html-react-parser": "^4.2.0",
|
"html-react-parser": "^4.2.0",
|
||||||
"posthog-js": "^1.45.1"
|
"posthog-js": "^1.45.1"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"@docusaurus/preset-classic": "2.4.0",
|
"@docusaurus/preset-classic": "2.4.0",
|
||||||
"@docusaurus/remark-plugin-npm2yarn": "^2.4.0",
|
"@docusaurus/remark-plugin-npm2yarn": "^2.4.0",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"@mendable/search": "^0.0.137",
|
"@mendable/search": "^0.0.150",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"json-loader": "^0.5.7",
|
"json-loader": "^0.5.7",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
|
Loading…
Reference in New Issue
Block a user