mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Redo add UV checkerboard option, prevent touch select
This commit is contained in:
parent
9689d76117
commit
0a954bac8b
@ -4,6 +4,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
outline: none;
|
||||
outline-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
@ -1319,6 +1319,7 @@ const UVEditor = {
|
||||
}})
|
||||
}},
|
||||
'focus_on_selection',
|
||||
'painting_grid',
|
||||
'uv_checkerboard',
|
||||
'paint_mode_uv_overlay',
|
||||
'_',
|
||||
|
Loading…
Reference in New Issue
Block a user