mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Disable three finger pinch zoom in penMode (#4725)
This commit is contained in:
parent
00e30ca0e4
commit
98ea46664c
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
.ToolIcon__hidden {
|
||||
box-shadow: none !important;
|
||||
background-color: transparent !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.ToolIcon.ToolIcon__lock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue