fix: restore original opacities when alt pressed while erasing (#4954)

This commit is contained in:
Aakansha Doshi
2022-03-22 16:40:28 +05:30
committed by GitHub
parent 8e447b4c32
commit cded1cd63d
3 changed files with 37 additions and 12 deletions

View File

@ -188,3 +188,5 @@ export const VERTICAL_ALIGN = {
MIDDLE: "middle",
BOTTOM: "bottom",
};
export const ELEMENT_READY_TO_ERASE_OPACITY = 20;