Material nodes wip, various refactoring

This commit is contained in:
barsdeveloper
2023-04-25 22:31:21 +02:00
parent dd25a75c02
commit b96746d1d9
36 changed files with 776 additions and 538 deletions

View File

@@ -34,5 +34,6 @@ export default class Copy extends IInput {
copied() {
const value = this.getSerializedText()
navigator.clipboard.writeText(value)
return value
}
}