update tests
This commit is contained in:
parent
92ac11c49d
commit
14537cbaba
@ -20,7 +20,6 @@ export type ShortcutName =
|
||||
| "group"
|
||||
| "ungroup"
|
||||
| "gridMode"
|
||||
| "autoSave"
|
||||
| "zenMode"
|
||||
| "stats"
|
||||
| "addToLibrary"
|
||||
@ -52,7 +51,6 @@ const shortcutMap: Record<ShortcutName, string[]> = {
|
||||
],
|
||||
copyAsPng: [getShortcutKey("Shift+Alt+C")],
|
||||
copyAsSvg: [],
|
||||
autoSave: [],
|
||||
group: [getShortcutKey("CtrlOrCmd+G")],
|
||||
ungroup: [getShortcutKey("CtrlOrCmd+Shift+G")],
|
||||
gridMode: [getShortcutKey("CtrlOrCmd+'")],
|
||||
|
@ -3863,7 +3863,6 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
||||
actionToggleZenMode,
|
||||
typeof this.props.viewModeEnabled === "undefined" &&
|
||||
actionToggleViewMode,
|
||||
separator,
|
||||
actionToggleStats,
|
||||
],
|
||||
top: clientY,
|
||||
|
@ -624,7 +624,6 @@ describe("regression tests", () => {
|
||||
"gridMode",
|
||||
"zenMode",
|
||||
"viewMode",
|
||||
"autoSave",
|
||||
"stats",
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user