@univerjs/sheets-ui 0.6.6-nightly.202503211606 → 0.6.6-nightly.202503231605
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +2 -1
- package/lib/umd/index.js +1 -1
- package/package.json +14 -14
package/lib/es/index.js
CHANGED
|
@@ -5728,7 +5728,8 @@ const A1 = () => {
|
|
|
5728
5728
|
return /* @__PURE__ */ w("div", { className: "univer-absolute univer-inset-0 univer-z-10 univer-size-0", children: /* @__PURE__ */ w(
|
|
5729
5729
|
"div",
|
|
5730
5730
|
{
|
|
5731
|
-
|
|
5731
|
+
className: "univer-absolute",
|
|
5732
|
+
style: { left: `${O + 2}px`, top: `${k + 2}px` },
|
|
5732
5733
|
onMouseEnter: v,
|
|
5733
5734
|
onMouseLeave: C,
|
|
5734
5735
|
children: /* @__PURE__ */ w(
|