Skip to content

Commit fd4abe1

Browse files
authored
Merge pull request #3437 from mrveiss/fix/issue-3420
fix(knowledge-graph): remove non-existent _destructor() call (#3420)
2 parents dcc8bcf + 476c134 commit fd4abe1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

autobot-frontend/src/components/knowledge/KnowledgeGraph3D.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ function disposeGraph(): void {
248248
renderer.dispose()
249249
}
250250
251-
graph.value._destructor()
252251
graph.value = null
253252
}
254253

0 commit comments

Comments
 (0)