diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index ab0cca7ca..c8288cc8a 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -55,6 +55,6 @@ "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.60/build/index.html", + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.61/build/index.html", "gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d" } diff --git a/packages/utils/src/node-helper.ts b/packages/utils/src/node-helper.ts index b3b9d4ad9..71089424d 100644 --- a/packages/utils/src/node-helper.ts +++ b/packages/utils/src/node-helper.ts @@ -15,8 +15,8 @@ export const getClosestNode = (node: Node, until: (node: Node) => boolean): Node /** * 判断节点是否可被点击 - * @param {unknown} e 点击事件 * @param {Node} node 节点 + * @param {unknown} e 点击事件 * @returns {boolean} 是否可点击,true表示可点击 */ export const canClickNode = (node: Node, e: unknown): boolean => {