Skip to content

Commit 9654edb

Browse files
timKraeuterbarmac
authored andcommitted
Allow copying in ModdleCopy.js
1 parent c565b0e commit 9654edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/features/copy-paste/ModdleCopy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const ALLOWED_REFERENCES = [
2828
'errorRef',
2929
'escalationRef',
3030
'messageRef',
31-
'signalRef'
31+
'signalRef',
32+
'dataObjectRef'
3233
];
3334

3435
/**

0 commit comments

Comments
 (0)