Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit c822e57

Browse files
author
Brian Vaughn
committed
Profiler radio button text is not selectable
1 parent cca8b0c commit c822e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/Profiler/views/ProfilerTabToolbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const ProfilerTabToolbar = ({
9797
position: 'relative',
9898
boxSizing: 'border-box',
9999
width,
100+
userSelect: 'none',
100101
}}>
101102
<RecordButton
102103
isActive={isRecording}

0 commit comments

Comments
 (0)