Skip to content

Commit aa58b74

Browse files
committed
forgot to change this
1 parent 47b1ed9 commit aa58b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ export class Editor {
12441244
// the node type id...
12451245
//
12461246
type:
1247-
NodeTypes.flatMap((g) => g.nodes).find((n) => o instanceof n.TypeClass)?.id ??
1247+
o.type ??
12481248
"default",
12491249

12501250
//

0 commit comments

Comments
 (0)