remove unused parameter from get-note-versions-menu.ts
This commit is contained in:
parent
7f577bd0a9
commit
297666ac82
7 changed files with 7 additions and 11 deletions
|
|
@ -820,7 +820,7 @@ function showMenu(): void {
|
|||
}
|
||||
|
||||
async function menuVersions(): Promise<void> {
|
||||
const { menu, cleanup } = await getNoteVersionsMenu({ note: note.value, menuButton: menuVersionsButton });
|
||||
const { menu, cleanup } = await getNoteVersionsMenu({ note: note.value });
|
||||
os.popupMenu(menu, menuVersionsButton.value).then(focus).finally(cleanup);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue