web-remarq 0.4.6 → 0.4.7

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.
@@ -2393,7 +2393,7 @@ var WebRemarq = (() => {
2393
2393
  spacingOverlay.hide();
2394
2394
  }
2395
2395
  }
2396
- if (e.altKey && e.key === "c") {
2396
+ if (e.altKey && e.code === "KeyC") {
2397
2397
  e.preventDefault();
2398
2398
  copyToClipboard();
2399
2399
  }