Circular dependecy break

This commit is contained in:
barsdeveloper
2021-10-31 13:56:33 +01:00
parent 418630255e
commit 113f65964d
5 changed files with 67 additions and 72 deletions

View File

@@ -6,9 +6,7 @@ import Select from "./input/Select"
import Utility from "./Utility"
import Zoom from "./input/Zoom"
/**
* @typedef {import("./graph/GraphNode").default} GraphNode
*/
/** @typedef {import("./graph/GraphNode").default} GraphNode */
export default class Blueprint extends GraphEntity {
insertChildren() {