1
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
const { layout } = useLayout()
|
||||
const index = ref(0)
|
||||
async function layoutGraph(direction) {
|
||||
// if (index.value > 0) return
|
||||
if (index.value > 0) return
|
||||
index.value++
|
||||
setTimeout(() => {
|
||||
stateManager.nodes.value = layout(
|
||||
|
||||
Reference in New Issue
Block a user