mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 00:37:08 +00:00
Merge commit '9f3e8df15ec4af45b015901f31018fbbd2aca3c6' into def_releases_202108031430088_ali-lowcode_ali-lowcode-engine/1.0.62
This commit is contained in:
commit
cef53c60fc
@ -55,6 +55,6 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"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"
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,8 +15,8 @@ export const getClosestNode = (node: Node, until: (node: Node) => boolean): Node
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 判断节点是否可被点击
|
* 判断节点是否可被点击
|
||||||
* @param {unknown} e 点击事件
|
|
||||||
* @param {Node} node 节点
|
* @param {Node} node 节点
|
||||||
|
* @param {unknown} e 点击事件
|
||||||
* @returns {boolean} 是否可点击,true表示可点击
|
* @returns {boolean} 是否可点击,true表示可点击
|
||||||
*/
|
*/
|
||||||
export const canClickNode = (node: Node, e: unknown): boolean => {
|
export const canClickNode = (node: Node, e: unknown): boolean => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user