@neowit/orbit-vue 0.8.0 → 0.8.1
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/orbit.cjs +1 -1
- package/dist/orbit.js +1 -1
- package/package.json +1 -1
package/dist/orbit.js
CHANGED
|
@@ -6981,7 +6981,7 @@ const ud = /* @__PURE__ */ A({
|
|
|
6981
6981
|
}), Be(() => {
|
|
6982
6982
|
document.removeEventListener("keydown", D);
|
|
6983
6983
|
}), He(St, {
|
|
6984
|
-
collapsed: s(() => u.value),
|
|
6984
|
+
collapsed: s(() => b.value ? !1 : u.value),
|
|
6985
6985
|
width: s(() => n.width),
|
|
6986
6986
|
collapsedWidth: s(() => n.collapsedWidth),
|
|
6987
6987
|
toggleCollapsed: k,
|