@fileverse-dev/ddoc 2.1.3-patch-20 → 2.1.3-patch-21
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 +5 -10
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -95953,16 +95953,11 @@ const Nee = async (t, e) => {
|
|
95953
95953
|
replies: [],
|
95954
95954
|
createdAt: /* @__PURE__ */ new Date()
|
95955
95955
|
};
|
95956
|
-
c == null || c(Ee), o(Ee.id), H(""), x == null || x(),
|
95957
|
-
|
95958
|
-
|
95959
|
-
|
95960
|
-
|
95961
|
-
_e && _e.scrollIntoView({
|
95962
|
-
behavior: "smooth",
|
95963
|
-
block: "center"
|
95964
|
-
});
|
95965
|
-
}
|
95956
|
+
c == null || c(Ee), o(Ee.id), H(""), x == null || x(), requestAnimationFrame(() => {
|
95957
|
+
q.current && q.current.scrollTo({
|
95958
|
+
top: 0,
|
95959
|
+
behavior: "smooth"
|
95960
|
+
});
|
95966
95961
|
});
|
95967
95962
|
}, G = (Ee) => {
|
95968
95963
|
Ee.key === "Enter" && !Ee.shiftKey && (Ee.preventDefault(), C());
|