Add preview and disable buttons for nodes (#905)

* Add preview and disable button

* Fix tests

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2022-12-25 02:28:18 -08:00
committed by Keavon Chambers
co-authored by Keavon Chambers
parent 6535ffeeb6
commit 01931939ff
10 changed files with 196 additions and 49 deletions
@@ -96,6 +96,10 @@ export class FrontendNode {
@TupleToVec2
readonly position!: XY | undefined;
readonly output!: boolean;
readonly disabled!: boolean;
}
export class FrontendNodeLink {