@dxos/react-ui-editor 0.5.9-main.9587514 → 0.5.9-main.9908c63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3163,6 +3163,10 @@ var formattingKeymap = (options = {}) => {
3163
3163
  {
3164
3164
  key: "meta-b",
3165
3165
  run: toggleStrong
3166
+ },
3167
+ {
3168
+ key: "meta-i",
3169
+ run: toggleEmphasis
3166
3170
  }
3167
3171
  ])
3168
3172
  ];