@plastic-js/tsumiki 0.1.79 → 0.1.80

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.
@@ -192,6 +192,7 @@ var Input = (props = {}) => {
192
192
  if (effectiveDisabled()) return;
193
193
  const target = e.target;
194
194
  if (target && target.closest && target.closest("button, a, input, select, textarea, label, [contenteditable]")) return;
195
+ e.preventDefault();
195
196
  inputEl?.focus();
196
197
  };
197
198
  const renderAffix = (content) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",