File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 6.36.3 (2025-02-18)
2+
3+ ### Bug fixes
4+
5+ Make sure event handlers registered with ` domEventHandlers ` are not called during view updates, to avoid triggering nested update errors.
6+
7+ Don't include the window scrollbars in the space available for displaying tooltips.
8+
9+ Work around an issue with Chrome's ` EditContext ` that shows up when using autocompletion while composing with Samsung's virtual Android keyboard.
10+
111## 6.36.2 (2025-01-09)
212
313### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codemirror/view" ,
3- "version" : " 6.36.2 " ,
3+ "version" : " 6.36.3 " ,
44 "description" : " DOM view component for the CodeMirror code editor" ,
55 "scripts" : {
66 "test" : " cm-runtests" ,
You can’t perform that action at this time.
0 commit comments