improvement: adding zen mode to context menu (#2734)

This commit is contained in:
Carl Sverre
2021-01-06 11:23:05 -05:00
committed by GitHub
parent 778e4b08af
commit 629341da4d
4 changed files with 10 additions and 0 deletions

View File

@ -621,6 +621,7 @@ describe("regression tests", () => {
const expectedShortcutNames: ShortcutName[] = [
"selectAll",
"gridMode",
"zenMode",
"stats",
];