@fileverse-dev/dsheet 1.0.43 → 1.0.44
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/dist/style.css +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -160709,9 +160709,9 @@ var g4t = function() {
|
|
|
160709
160709
|
}
|
|
160710
160710
|
}, [l, d.canvas, d.globalCache.freezen, u, i.id]);
|
|
160711
160711
|
var v = It(function(m) {
|
|
160712
|
-
var p = document.getElementById("function-details"), g = p == null ? void 0 : p.matches(":hover");
|
|
160713
|
-
p && g || (u(function(
|
|
160714
|
-
yfe(
|
|
160712
|
+
var p = document.getElementById("function-details"), g = document.getElementById("luckysheet-formula-search-c"), y = p == null ? void 0 : p.matches(":hover"), b = g == null ? void 0 : g.matches(":hover");
|
|
160713
|
+
p && y || g && b || (u(function(w) {
|
|
160714
|
+
yfe(w, m, d.globalCache, d.scrollbarX.current, d.scrollbarY.current);
|
|
160715
160715
|
}), m.preventDefault());
|
|
160716
160716
|
}, [d.globalCache, d.scrollbarX, d.scrollbarY, u]);
|
|
160717
160717
|
return Yt(function() {
|