Fix mesh UV overlay being draggable in paint mode

This commit is contained in:
JannisX11 2023-12-19 22:33:17 +01:00
parent 124dd86405
commit 80ed6de606

View File

@ -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;
}