@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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -3
  2. 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
- onFocus: ($) => {
114505
+ onInput: ($) => {
114506
114506
  const le = $.target;
114507
114507
  le.style.height = "auto", le.style.height = `${le.scrollHeight}px`;
114508
114508
  },
114509
- onInput: ($) => {
114509
+ onFocus: ($) => {
114510
114510
  const le = $.target;
114511
- le.style.height = "auto", le.style.height = `${le.scrollHeight}px`;
114511
+ le.style.fontSize = "16px";
114512
114512
  },
114513
114513
  autoFocus: !0,
114514
114514
  className: Ot(
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.1.4-patch-21",
5
+ "version": "2.1.4-patch-22",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {