mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:11:17 +01:00
No text selection for labels
This commit is contained in:
parent
4a8520c36d
commit
1d05ea000d
1 changed files with 23 additions and 22 deletions
|
@ -14,6 +14,7 @@ const label = {
|
||||||
...base,
|
...base,
|
||||||
width: '40%',
|
width: '40%',
|
||||||
color: theme.colors.lowgray,
|
color: theme.colors.lowgray,
|
||||||
|
userSelect: 'none',
|
||||||
}
|
}
|
||||||
|
|
||||||
const property = {
|
const property = {
|
||||||
|
|
Loading…
Reference in a new issue