feat: Checkmark to toggle context-menu-items (#2645)

This commit is contained in:
Rene 2020-12-20 23:20:03 +01:00 committed by GitHub
parent aff817c667
commit 0faec7efb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 17 deletions

View file

@ -635,8 +635,8 @@ describe("regression tests", () => {
const contextMenu = document.querySelector(".context-menu");
const expectedShortcutNames: ShortcutName[] = [
"selectAll",
"toggleGridMode",
"toggleStats",
"gridMode",
"stats",
];
expect(contextMenu).not.toBeNull();