@marianmeres/stuic 1.86.0 → 1.87.0

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.
@@ -104,6 +104,7 @@ const onKeyDown = (e) => {
104
104
  return;
105
105
  if (e.key === "Escape") {
106
106
  e.stopPropagation();
107
+ e.stopImmediatePropagation();
107
108
  if (!isPending)
108
109
  return acp.escape();
109
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.86.0",
3
+ "version": "1.87.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",