sanity 4.4.0-next.25 → 4.4.0-next.27
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/_chunks-cjs/PresentationToolGrantsCheck.js +6 -13
- package/lib/_chunks-cjs/PresentationToolGrantsCheck.js.map +1 -1
- package/lib/_chunks-cjs/pane.js +4 -1
- package/lib/_chunks-cjs/pane.js.map +1 -1
- package/lib/_chunks-cjs/version.js +1 -1
- package/lib/_chunks-es/PresentationToolGrantsCheck.mjs +6 -13
- package/lib/_chunks-es/PresentationToolGrantsCheck.mjs.map +1 -1
- package/lib/_chunks-es/pane.mjs +4 -1
- package/lib/_chunks-es/pane.mjs.map +1 -1
- package/lib/_chunks-es/version.mjs +1 -1
- package/package.json +15 -15
package/lib/_chunks-es/pane.mjs
CHANGED
@@ -6536,7 +6536,10 @@ function useDocumentPaneInspector({
|
|
6536
6536
|
setParams(toggle ? {
|
6537
6537
|
...params,
|
6538
6538
|
inspect: "on"
|
6539
|
-
} :
|
6539
|
+
} : {
|
6540
|
+
...params,
|
6541
|
+
inspect: void 0
|
6542
|
+
});
|
6540
6543
|
}, [inspectOpen, params, setParams]), handleLegacyInspectClose = useCallback(() => toggleLegacyInspect(!1), [toggleLegacyInspect]), handleInspectorAction = useCallback((item) => {
|
6541
6544
|
if (item.action === "inspect")
|
6542
6545
|
return toggleLegacyInspect(!0), !0;
|