@lemoncat7/dsh-knowledge 2.9.1 → 2.9.2
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/client.js +1 -1
- package/lib/client.js.map +2 -2
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -4445,7 +4445,7 @@ function KnowledgeLauncher({ wide, useSessions, workspace, activity }) {
|
|
|
4445
4445
|
return activity.subscribe(sync);
|
|
4446
4446
|
}, [activity, currentSessionId]);
|
|
4447
4447
|
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: `dsh-knowledge-launcher${wide ? "" : " dsh-knowledge-launcher--rail"}`, role: "group", "aria-label": "\u77E5\u8BC6\u5E93\u5165\u53E3", children: [
|
|
4448
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
4448
|
+
wide && /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
4449
4449
|
"button",
|
|
4450
4450
|
{
|
|
4451
4451
|
type: "button",
|