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.
package/dist/index.js CHANGED
@@ -2370,7 +2370,7 @@ function handleInspectKeydown(e) {
2370
2370
  spacingOverlay.hide();
2371
2371
  }
2372
2372
  }
2373
- if (e.altKey && e.key === "c") {
2373
+ if (e.altKey && e.code === "KeyC") {
2374
2374
  e.preventDefault();
2375
2375
  copyToClipboard();
2376
2376
  }