@loomhq/lens 10.53.0 → 10.53.1

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.
@@ -111,6 +111,7 @@ export const ModalCard = (_a) => {
111
111
  }
112
112
  const keyListener = e => {
113
113
  if (e.key === 'Escape') {
114
+ e.preventDefault();
114
115
  onCloseClick(e);
115
116
  }
116
117
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.53.0",
3
+ "version": "10.53.1",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",