@fileverse-dev/ddoc 3.0.73 → 3.0.75

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.
Files changed (2) hide show
  1. package/dist/index.es.js +6 -3
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -170378,7 +170378,10 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
170378
170378
  b.current = d;
170379
170379
  const y = Ve(c.tabList.length > 0);
170380
170380
  Re(() => {
170381
- y.current || c.tabList.length === 0 || (y.current = !0, f(c.tabList), i && p(s || c.activeTabId));
170381
+ if (!(y.current || c.tabList.length === 0) && (y.current = !0, f(c.tabList), i)) {
170382
+ const E = s || c.activeTabId;
170383
+ b.current = E, p(E);
170384
+ }
170382
170385
  }, [c, i, s]);
170383
170386
  const {
170384
170387
  applyRename: x,
@@ -182241,7 +182244,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
182241
182244
  transform: o,
182242
182245
  transition: i,
182243
182246
  isDragging: s
182244
- } = GJ({ id: e.id });
182247
+ } = GJ({ id: e.id }), { tabIndex: a, ...l } = t;
182245
182248
  return /* @__PURE__ */ F.jsx(
182246
182249
  "div",
182247
182250
  {
@@ -182256,7 +182259,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
182256
182259
  {
182257
182260
  ...e,
182258
182261
  dragHandleProps: {
182259
- ...t,
182262
+ ...l,
182260
182263
  ...n
182261
182264
  }
182262
182265
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.73",
5
+ "version": "3.0.75",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {