Implemented the knot node save load issues
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Ankitkumar Satapara
2026-04-20 20:59:56 +05:30
parent acdaecf8de
commit 4252cc6912
3 changed files with 34 additions and 1 deletions

View File

@@ -464,6 +464,11 @@ namespace Nodify.Calculator
return assertOp;
}
if (info.sysOp == SystemOperations.KNOT)
{
return new KnotOperationViewModel();
}
if (info.sysOp == SystemOperations.DEBUG)
{
var debugOp = new SystemOperationViewModel