mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 22:14:25 +03:00
user-select: none for toolbar
This commit is contained in:
parent
2188025165
commit
0f776cfb10
@ -127,7 +127,8 @@ const style = StyleSheet.create({
|
||||
textAlign: 'center',
|
||||
fontFamily: FontFamily.MONOSPACE,
|
||||
fontSize: FontSize.TITLE,
|
||||
lineHeight: '18px'
|
||||
lineHeight: '18px',
|
||||
userSelect: 'none'
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user