Skip to content

Commit

Permalink
fix(ui): Links/Buttons in the Pipeline are not working (#2915)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Pelczar <[email protected]>
  • Loading branch information
rpelczar authored Nov 12, 2024
1 parent 6c10f68 commit c0d47e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ export const usePipelinesInfiniteCanvas = (conf: pipelineInfiniteCanvasHook) =>
// block any pointer events in pipeline
// this makes only window mousemove event happen
// other events like hover on node will conflict and causes glitches while moving
conf.refs.zoomRef.current.style.pointerEvents = 'none';
conf.refs.zoomRef.current.style.cursor = 'cursor-move';
}

Expand Down

0 comments on commit c0d47e0

Please sign in to comment.