Update src/extensions/jwTargets/index.js
Browse files
src/extensions/jwTargets/index.js
CHANGED
@@ -83,11 +83,13 @@ const Target = {
|
|
83 |
Type: jwTargetType,
|
84 |
Block: {
|
85 |
blockType: BlockType.REPORTER,
|
|
|
86 |
forceOutputType: "Target",
|
87 |
disableMonitor: true
|
88 |
},
|
89 |
Argument: {
|
90 |
-
check: ["Target"]
|
|
|
91 |
}
|
92 |
}
|
93 |
|
|
|
83 |
Type: jwTargetType,
|
84 |
Block: {
|
85 |
blockType: BlockType.REPORTER,
|
86 |
+
blockShape: BlockShape.OCTAGONAL,
|
87 |
forceOutputType: "Target",
|
88 |
disableMonitor: true
|
89 |
},
|
90 |
Argument: {
|
91 |
+
check: ["Target"],
|
92 |
+
shape: BlockShape.OCTAGONAL
|
93 |
}
|
94 |
}
|
95 |
|