mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-05 15:50:21 +08:00
Fix mesh UV overlay being draggable in paint mode
This commit is contained in:
parent
124dd86405
commit
80ed6de606
@ -1940,7 +1940,8 @@ span.controller_state_section_info {
|
||||
--color-uv-background: transparent;
|
||||
--uv-line-width: 1px;
|
||||
}
|
||||
#uv_frame.overlay_mode .uv_face {
|
||||
#uv_frame.overlay_mode .uv_face,
|
||||
#uv_frame.overlay_mode .uv_face * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user