mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 14:30:32 +02:00
Merge remote-tracking branch 'origin/master' into aakansha-custom-elements
This commit is contained in:
@@ -329,7 +329,7 @@ const LayerUI = ({
|
||||
/>
|
||||
<LockButton
|
||||
zenModeEnabled={zenModeEnabled}
|
||||
checked={appState.elementLocked}
|
||||
checked={appState.activeTool.locked}
|
||||
onChange={() => onLockToggle()}
|
||||
title={t("toolBar.lock")}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user