We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae3c5a commit 95428fdCopy full SHA for 95428fd
1 file changed
apps/plugin/plugin-src/code.ts
@@ -232,8 +232,7 @@ const codegenMode = async () => {
232
node,
233
);
234
235
- const nodeJson = await nodesToJSON([node], userPluginSettings);
236
- const convertedSelection = await convertIntoNodes(nodeJson, null);
+ const convertedSelection = await nodesToJSON([node], userPluginSettings);
237
console.log(
238
"[DEBUG] codegen.generate - Converted selection:",
239
convertedSelection,
0 commit comments