mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Remove useless console.log()
This commit is contained in:
parent
644bb61c4e
commit
a373cbb2c2
|
|
@ -73,7 +73,6 @@ export function initDefaultShortcut(lf: LogicFlow, graph: GraphModel) {
|
|||
if (graph.textEditElement) return true
|
||||
if (selected && (selected.nodes || selected.edges)) {
|
||||
lf.clearSelectElements()
|
||||
console.log(selected)
|
||||
const addElements = lf.addElements(selected, CHILDREN_TRANSLATION_DISTANCE)
|
||||
if (!addElements) return true
|
||||
addElements.nodes.forEach((node) => lf.selectElementById(node.id, true))
|
||||
|
|
|
|||
Loading…
Reference in New Issue