Skip to content

Commit 2cb1b26

Browse files
committed
don't touch the image
1 parent 04bd33a commit 2cb1b26

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/monitor/Monitor

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/monitor/Monitor/Monitor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Monitor = (props: Props) => {
5858
<RiImage
5959
src={ProfilerImage}
6060
alt="Profiler"
61-
style={{ userSelect: 'none' }}
61+
style={{ userSelect: 'none', pointerEvents: 'none' }}
6262
/>
6363
<Spacer size="l" />
6464
<Text>

0 commit comments

Comments
 (0)