mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: restore original opacities when alt pressed while erasing (#4954)
This commit is contained in:
parent
8e447b4c32
commit
cded1cd63d
3 changed files with 37 additions and 12 deletions
|
@ -188,3 +188,5 @@ export const VERTICAL_ALIGN = {
|
|||
MIDDLE: "middle",
|
||||
BOTTOM: "bottom",
|
||||
};
|
||||
|
||||
export const ELEMENT_READY_TO_ERASE_OPACITY = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue