mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Rename 'Grid mode' to 'Show grid' (#2944)
This commit is contained in:
parent
f7f98d9dda
commit
d6ca981f7a
3 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,6 @@ export const actionToggleGridMode = register({
|
|||
};
|
||||
},
|
||||
checked: (appState: AppState) => appState.gridSize !== null,
|
||||
contextItemLabel: "labels.gridMode",
|
||||
contextItemLabel: "labels.showGrid",
|
||||
keyTest: (event) => event[KEYS.CTRL_OR_CMD] && event.code === CODES.QUOTE,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue