soiz1 commited on
Commit
e670f1d
·
verified ·
1 Parent(s): 8ebd1d4

Update src/extensions/jwTargets/index.js

Browse files
Files changed (1) hide show
  1. src/extensions/jwTargets/index.js +3 -1
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