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 b3845b5 commit c9b2cb6Copy full SHA for c9b2cb6
frontend/src/components/visual-editor/hooks/useVisualEditor.tsx
@@ -392,7 +392,7 @@ const VisualEditorProvider: React.FC<VisualEditorContextProps> = ({
392
engine.repaintCanvas();
393
}, 220);
394
}
395
- useSubscribe("highlight:flow", handleHighlightFlow);
+ useSubscribe("highlight:block", handleHighlightFlow);
396
397
useSubscribe("highlight:error", handleHighlightErroredBlock);
398
0 commit comments