Redo add UV checkerboard option, prevent touch select

This commit is contained in:
JannisX11 2023-04-18 19:17:10 +02:00
parent 9689d76117
commit 0a954bac8b
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
margin: 0;
padding: 0;
user-select: none;
-webkit-user-select: none;
outline: none;
outline-color: rgba(0, 0, 0, 0);
}

View File

@ -1319,6 +1319,7 @@ const UVEditor = {
}})
}},
'focus_on_selection',
'painting_grid',
'uv_checkerboard',
'paint_mode_uv_overlay',
'_',