Initial commit

This commit is contained in:
libertyspy
2026-03-13 10:41:43 +08:00
parent 4980ba2da4
commit 27f8810401
2 changed files with 1 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ export const createGraphTaskElementFromTemplate = (
name: template.name,
category: template.type,
description: template.description,
order: 0,
position: {
x: realRect.x ?? 0,
y: realRect.y ?? 0,