mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix lint error and snapshot
This commit is contained in:
parent
126c7caabc
commit
37531769d1
2 changed files with 4 additions and 2 deletions
|
@ -254,7 +254,7 @@ describe("actionDuplicateSelection", () => {
|
|||
act(() => {
|
||||
h.app.actionManager.executeAction(actionDuplicateSelection);
|
||||
});
|
||||
console.log(h.elements, h.state.selectedElementIds);
|
||||
|
||||
assertElements(h.elements, [
|
||||
{ id: frame.id },
|
||||
{ id: text.id, frameId: frame.id },
|
||||
|
|
|
@ -1185,7 +1185,9 @@ exports[`contextMenu element > selecting 'Add to library' in context menu adds e
|
|||
},
|
||||
"suggestedBindings": [],
|
||||
"theme": "light",
|
||||
"toast": null,
|
||||
"toast": {
|
||||
"message": "Added to library",
|
||||
},
|
||||
"userToFollow": null,
|
||||
"viewBackgroundColor": "#ffffff",
|
||||
"viewModeEnabled": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue