Fix link bug, style minor fixes

This commit is contained in:
barsdeveloper
2023-05-21 12:19:55 +02:00
parent a541d6948f
commit f17b5ee15a
10 changed files with 77 additions and 56 deletions

View File

@@ -77,6 +77,7 @@ export default class BlueprintTemplate extends ITemplate {
Math.round(this.viewportSize[1] / 2),
]
this.getPasteInputObject().pasted(htmlTemplate)
this.blueprint.unselectAll()
})
}
}