update tests

This commit is contained in:
kbariotis 2021-03-20 16:26:22 +02:00
parent 92ac11c49d
commit 14537cbaba
3 changed files with 0 additions and 4 deletions

View File

@ -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+'")],

View File

@ -3863,7 +3863,6 @@ class App extends React.Component<ExcalidrawProps, AppState> {
actionToggleZenMode,
typeof this.props.viewModeEnabled === "undefined" &&
actionToggleViewMode,
separator,
actionToggleStats,
],
top: clientY,

View File

@ -624,7 +624,6 @@ describe("regression tests", () => {
"gridMode",
"zenMode",
"viewMode",
"autoSave",
"stats",
];