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