Skip to content

Commit c81fd06

Browse files
DymoneLewisCopilot
andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 84e3482 commit c81fd06

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

packages/extension/src/pool/index.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,6 @@ export class PoolElements {
9999
* 提高元素的层级,如果是 group,同时提高其子元素的层级
100100
* @param model
101101
*/
102-
// sendNodeToFront(model?: BaseNodeModel) {
103-
// if (!model || !model.isGroup) return
104-
105-
// this.topGroupZIndex++
106-
// model.setZIndex(this.topGroupZIndex)
107-
// if (model.children) {
108-
// const { children } = model as LaneModel
109-
// forEach(Array.from(children), (nodeId) => {
110-
// const node = this.lf.getNodeModelById(nodeId)
111-
// this.sendNodeToFront(node)
112-
// })
113-
// }
114-
// }
115-
116102
onSelectionDrop = () => {
117103
const { nodes: selectedNodes } = this.lf.graphModel.getSelectElements()
118104
selectedNodes.forEach((node) => {

0 commit comments

Comments
 (0)