Skip to content

Commit

Permalink
Resolve review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Nov 29, 2023
1 parent d20ff44 commit 65207d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/classes/fileSystem/FileSystemTauri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ async function wellKnownDirectoryToPath(
}

/**
* Converts a standard filer picker filter to a tauri-compatible filter.
* Converts a standard file picker filter to a tauri-compatible filter.
*/
function saveTypesToFilters(
saveTypes: FileSystemSaveTypes | undefined,
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/project/ProjectItemDropDownMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
];
const menuId = `${UniqeId}-menu`;
$: console.log(menuId);
let button: HTMLElement;
/**
Expand Down

0 comments on commit 65207d1

Please sign in to comment.