Skip to content

Commit 4032159

Browse files
committed
fix drag and drop serialization
1 parent b084432 commit 4032159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/interpreter/src/ts/serialize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ function serializeDragEvent(event: DragEvent): SerializedEvent {
340340

341341
items.push({
342342
kind: item.kind,
343-
type: item.type,
343+
type_: item.type,
344344
data
345345
});
346346
}

0 commit comments

Comments
 (0)