edit-exif: enter to save
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/803/head
parent
aa04736456
commit
991babb2b5
|
@ -14,6 +14,7 @@
|
|||
trailing-button-icon="close"
|
||||
:show-trailing-button="dirty[field.field]"
|
||||
@trailing-button-click="reset(field)"
|
||||
@keypress.enter="$emit('save')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<div class="title-text">
|
||||
{{ t('memories', 'EXIF Fields') }}
|
||||
</div>
|
||||
<EditExif ref="editExif" :photos="photos" />
|
||||
<EditExif ref="editExif" :photos="photos" @save="save" />
|
||||
</div>
|
||||
|
||||
<div v-if="sections.includes(4)">
|
||||
|
|
Loading…
Reference in New Issue