Skip to content

Commit

Permalink
Merge pull request #1298 from nextcloud/fix/picker
Browse files Browse the repository at this point in the history
Fix file picker initialization
  • Loading branch information
artonge authored Sep 27, 2022
2 parents 1e7b90c + 221b2c8 commit a4b05ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/components/Settings/PhotosLocationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
type="text"
@input="debounceUpdatePhotosFolder(photosLocation)"
@change="debounceUpdatePhotosFolder(photosLocation)"
@focus="selectPhotosFolder"
@click="selectPhotosFolder">
@click="selectPhotosFolder"
@focus.once="selectPhotosFolder"
@keyboard.enter="selectPhotosFolder">
</div>
</template>

Expand Down

0 comments on commit a4b05ba

Please sign in to comment.