We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2301a4 commit d9d9ba8Copy full SHA for d9d9ba8
src/extensions/jwPointer/index.js
@@ -117,15 +117,14 @@ const Pointer = {
117
Type: PointerType,
118
Block: {
119
blockType: BlockType.REPORTER,
120
- allowDropAnywhere: true,
+ forceOutputType: "Pointer",
121
disableMonitor: true,
122
},
123
Argument: {
124
check: ["Pointer"],
125
exemptFromNormalization: true,
126
neglectTypes: ["jwPointer"]
127
128
-
129
pointers
130
};
131
@@ -365,4 +364,4 @@ class Extension {
365
364
}
366
367
368
-module.exports = Extension;
+module.exports = Extension;
0 commit comments