1
0
Fork 0
docsearch/.gitignore
非凡少年 3f15fdb319
fix: support Chrome autofill when event.key is undefined (#1888)
* fix: event.key is undefined #1887

* Update packages/docsearch-react/src/useDocSearchKeyboardEvents.ts

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>

---------

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2023-05-17 09:00:05 +02:00

25 lines
288 B
Text

# Generated files
node_modules/
.DS_Store
.eslintcache
*.log
coverage/
.cache
.parcel-cache
# Bundle build files
dist/
# Deployment build files
/website/stories
# IDE
.vscode/
.idea
# Environment files
.env
# Cypress Video and Screenshots output
cypress/screenshots/
cypress/videos/