fix: typo

This commit is contained in:
abdou6666 2025-04-07 17:03:21 +01:00
parent b3845b5f67
commit c9b2cb6238

View File

@ -392,7 +392,7 @@ const VisualEditorProvider: React.FC<VisualEditorContextProps> = ({
engine.repaintCanvas();
}, 220);
}
useSubscribe("highlight:flow", handleHighlightFlow);
useSubscribe("highlight:block", handleHighlightFlow);
useSubscribe("highlight:error", handleHighlightErroredBlock);