remove unused parameter from get-note-versions-menu.ts
This commit is contained in:
@@ -766,7 +766,7 @@ function showMenu(): void {
|
||||
}
|
||||
|
||||
async function menuVersions(): Promise<void> {
|
||||
const { menu, cleanup } = await getNoteVersionsMenu({ note: note.value, menuVersionsButton });
|
||||
const { menu, cleanup } = await getNoteVersionsMenu({ note: note.value });
|
||||
os.popupMenu(menu, menuVersionsButton.value).then(focus).finally(cleanup);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user