@fileverse-dev/ddoc 2.1.4-patch-21 → 2.1.4-patch-22
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/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -114502,13 +114502,13 @@ const cne = ({
|
|
114502
114502
|
onBlur: () => {
|
114503
114503
|
t.attrs.caption || e({ showCaptionInput: !1 });
|
114504
114504
|
},
|
114505
|
-
|
114505
|
+
onInput: ($) => {
|
114506
114506
|
const le = $.target;
|
114507
114507
|
le.style.height = "auto", le.style.height = `${le.scrollHeight}px`;
|
114508
114508
|
},
|
114509
|
-
|
114509
|
+
onFocus: ($) => {
|
114510
114510
|
const le = $.target;
|
114511
|
-
le.style.
|
114511
|
+
le.style.fontSize = "16px";
|
114512
114512
|
},
|
114513
114513
|
autoFocus: !0,
|
114514
114514
|
className: Ot(
|