fix creation of regular text

This commit is contained in:
Aakansha Doshi 2023-05-26 13:00:22 +05:30
parent afc98c2d47
commit 5b458288e7
3 changed files with 13 additions and 2 deletions

View file

@ -212,6 +212,12 @@ export default function App({ appTitle, useCustom, customArgs }: AppProps) {
start: { type: "rectangle", id: "rect-1" },
end: { type: "ellipse" },
},
{
type: "text",
x: 300,
y: 100,
text: "HELLO WORLD!",
},
],
null,
),