mirror of
https://github.com/heyman/heynote.git
synced 2026-02-06 03:17:03 +00:00
Update @codemirror/view patch after package update
This commit is contained in:
parent
542d4ca15f
commit
c2b53c0cc8
@ -1,8 +1,8 @@
|
||||
diff --git a/node_modules/@codemirror/view/dist/index.js b/node_modules/@codemirror/view/dist/index.js
|
||||
index 9a886d4..3993d62 100644
|
||||
index 9d78d57..9b397ff 100644
|
||||
--- a/node_modules/@codemirror/view/dist/index.js
|
||||
+++ b/node_modules/@codemirror/view/dist/index.js
|
||||
@@ -8936,7 +8936,7 @@ function runHandlers(map, event, view, scope) {
|
||||
@@ -8944,7 +8944,7 @@ function runHandlers(map, event, view, scope) {
|
||||
// Ctrl-Alt may be used for AltGr on Windows
|
||||
!(browser.windows && event.ctrlKey && event.altKey) &&
|
||||
// Alt-combinations on macOS tend to be typed characters
|
||||
Loading…
Reference in New Issue
Block a user