@marianmeres/stuic 3.142.0 → 3.142.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.
@@ -203,7 +203,10 @@
203
203
  // routing would be ambiguous, so focus (a click on the field) must decide.
204
204
  if (paste_targets.size === 1 && !is_text_entry(active)) {
205
205
  const [t] = paste_targets;
206
- if (is_visible(t.el) && (is_unclaimed_focus(active) || shares_modal(t.el, active))) {
206
+ if (
207
+ is_visible(t.el) &&
208
+ (is_unclaimed_focus(active) || shares_modal(t.el, active))
209
+ ) {
207
210
  t.handle(e);
208
211
  }
209
212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.142.0",
3
+ "version": "3.142.1",
4
4
  "packageManager": "pnpm@11.5.0",
5
5
  "scripts": {
6
6
  "dev": "vite dev",