Skip to content

Commit

Permalink
Merge pull request #2435 from LibreSign/feature/remove-selection-of-c…
Browse files Browse the repository at this point in the history
…urrent-file

Remove selection of current file after request to sign
  • Loading branch information
vitormattos authored Mar 5, 2024
2 parents 1af890d + 04e9599 commit f1a9d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Request/VisibleElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export default {
this.showConfirm = false
showSuccess(t('libresign', response.data.message))
this.closeModal()
this.filesStore.selectFile()
} catch (err) {
this.loading = false
this.onError(err)
Expand Down

0 comments on commit f1a9d5d

Please sign in to comment.