Skip to content

Commit d9d9ba8

Browse files
authored
dont let pointers drop everywhere
1 parent e2301a4 commit d9d9ba8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/extensions/jwPointer/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,14 @@ const Pointer = {
117117
Type: PointerType,
118118
Block: {
119119
blockType: BlockType.REPORTER,
120-
allowDropAnywhere: true,
120+
forceOutputType: "Pointer",
121121
disableMonitor: true,
122122
},
123123
Argument: {
124124
check: ["Pointer"],
125125
exemptFromNormalization: true,
126126
neglectTypes: ["jwPointer"]
127127
},
128-
129128
pointers
130129
};
131130

@@ -365,4 +364,4 @@ class Extension {
365364
}
366365
}
367366

368-
module.exports = Extension;
367+
module.exports = Extension;

0 commit comments

Comments
 (0)