fix: restore original opacities when alt pressed while erasing (#4954)
This commit is contained in:
@ -188,3 +188,5 @@ export const VERTICAL_ALIGN = {
|
||||
MIDDLE: "middle",
|
||||
BOTTOM: "bottom",
|
||||
};
|
||||
|
||||
export const ELEMENT_READY_TO_ERASE_OPACITY = 20;
|
||||
|
Reference in New Issue
Block a user