mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 20:24:49 +01:00
feat: add "unlock all elements" to canvas contextMenu (#5894)
This commit is contained in:
@@ -321,6 +321,6 @@ export class UI {
|
||||
static queryContextMenu = () => {
|
||||
return GlobalTestState.renderResult.container.querySelector(
|
||||
".context-menu",
|
||||
);
|
||||
) as HTMLElement | null;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user