@nhtio/common-vue 1.20251216.2 → 1.20251216.3
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/index.cjs +1 -1
- package/index.mjs +1 -1
- package/inline_image_field.cjs +1 -2
- package/inline_image_field.cjs.map +1 -1
- package/inline_image_field.mjs +1 -2
- package/inline_image_field.mjs.map +1 -1
- package/package.json +1 -1
package/inline_image_field.mjs
CHANGED
|
@@ -4749,8 +4749,7 @@ const InlineImageField = defineComponent({
|
|
|
4749
4749
|
e.preventDefault();
|
|
4750
4750
|
e.stopPropagation();
|
|
4751
4751
|
}
|
|
4752
|
-
if (
|
|
4753
|
-
else if (fileInputField.value) {
|
|
4752
|
+
if (fileInputField.value) {
|
|
4754
4753
|
if ("showPicker" in HTMLInputElement.prototype) {
|
|
4755
4754
|
try {
|
|
4756
4755
|
fileInputField.value.showPicker();
|