fix: Editor mod shortcuts not working on Windows

closes #1745
This commit is contained in:
Tom Moor
2021-01-17 18:32:32 -08:00
parent 51b75fa09d
commit f33495dddc
2 changed files with 6 additions and 6 deletions

View File

@@ -153,7 +153,7 @@
"react-waypoint": "^9.0.2",
"react-window": "^1.8.6",
"reakit": "^1.3.4",
"rich-markdown-editor": "^11.1.3",
"rich-markdown-editor": "^11.1.4",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
@@ -210,4 +210,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.52.0"
}
}

View File

@@ -10472,10 +10472,10 @@ retry-as-promised@^3.2.0:
dependencies:
any-promise "^1.3.0"
rich-markdown-editor@^11.1.3:
version "11.1.3"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.1.3.tgz#19873d1489e159543691131f387882712f0c709e"
integrity sha512-ivN/gs/M14KtrViP+MYAWn127JBTfMWgqbn5HWWUPc/el/vUbdBwquOvzjJ/kFppbdolFQMzz+xmdnoP7Zxqog==
rich-markdown-editor@^11.1.4:
version "11.1.4"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.1.4.tgz#a43e2ca0e198b06bdb4b5c9000f8fe9d47bab2cc"
integrity sha512-RWXI5XJ0HwM/zYTZuKy9pJvROS7PbOk3mcjCEltNTcW2bH/xWRDu8vhtLchdX5fSQsp9JsmL2QW+koTiUtby5g==
dependencies:
copy-to-clipboard "^3.0.8"
lodash "^4.17.11"