Skip to content

Commit c9b2cb6

Browse files
committed
fix: typo
1 parent b3845b5 commit c9b2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/visual-editor/hooks/useVisualEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ const VisualEditorProvider: React.FC<VisualEditorContextProps> = ({
392392
engine.repaintCanvas();
393393
}, 220);
394394
}
395-
useSubscribe("highlight:flow", handleHighlightFlow);
395+
useSubscribe("highlight:block", handleHighlightFlow);
396396

397397
useSubscribe("highlight:error", handleHighlightErroredBlock);
398398

0 commit comments

Comments
 (0)