Merge commit '9f3e8df15ec4af45b015901f31018fbbd2aca3c6' into def_releases_202108031430088_ali-lowcode_ali-lowcode-engine/1.0.62

This commit is contained in:
tbfed 2021-08-06 16:47:02 +08:00
commit cef53c60fc
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}

View File

@ -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 => {