Skip to content

Commit

Permalink
fix file picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 17, 2024
1 parent 624966c commit 672b5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fsapp.app/components/Selector.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function Selector() {
<div class="sep"></div>
<button
on:click=${() => {
selectAction(currentlySelected);
filePickerAction(currentlySelected);
}}
>
Select
Expand Down

0 comments on commit 672b5ed

Please sign in to comment.