Stashes saved

This commit is contained in:
barsdeveloper
2022-11-24 16:04:06 +01:00
parent a7468f4cf0
commit 1f0e829383
17 changed files with 339 additions and 85 deletions

View File

@@ -28,7 +28,7 @@ export default class Copy extends IInput {
const value = this.blueprint
.getNodes(true)
.map(node => Copy.#serializer.serialize(node.entity, false))
.join("\n\n")
.join("")
navigator.clipboard.writeText(value)
}
}