Skip to content

Commit f0a835a

Browse files
committed
fix(ui/embed): remove click effect
1 parent d413d22 commit f0a835a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui-ssr/src/routes/embed.circuit.$id.qk.$nodeId.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ function QKTracingContent({
356356
qId === clickedId &&
357357
'bg-blue-100/50 shadow-[inset_0_0_0_1px_#3b82f6]',
358358
)}
359-
onClick={(e) => onNodeClick(qId, e.metaKey || e.ctrlKey)}
360359
onMouseEnter={() => onNodeHover(qId)}
361360
onMouseLeave={() => onNodeHover(null)}
362361
>

0 commit comments

Comments
 (0)