mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-23 06:22:41 +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',
|
textAlign: 'center',
|
||||||
fontFamily: FontFamily.MONOSPACE,
|
fontFamily: FontFamily.MONOSPACE,
|
||||||
fontSize: FontSize.TITLE,
|
fontSize: FontSize.TITLE,
|
||||||
lineHeight: '18px'
|
lineHeight: '18px',
|
||||||
|
userSelect: 'none'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user