Skip to content

Commit

Permalink
Pin the working version of codemirror/view
Browse files Browse the repository at this point in the history
Enter key is not detected in codemirror editor in versions of @codemirror/view > 6.28.1
  • Loading branch information
vidya-ram committed Jul 4, 2024
1 parent 9d729f2 commit 591f36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@codemirror/lang-markdown": "^6.0.2",
"@codemirror/language": "^6.2.1",
"@codemirror/language-data": "^6.5.1",
"@codemirror/view": "^6.4.0",
"@codemirror/view": "^6.28.1",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/multimonth": "^6.1.11",
Expand Down

0 comments on commit 591f36c

Please sign in to comment.