Merge pull request #1298 from nextcloud/fix/picker

Fix file picker initialization
This commit is contained in:
Louis 2022-09-27 11:03:42 +02:00 committed by GitHub
commit a4b05babdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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>