Skip to content

Commit

Permalink
fixup! chore: move to non deprecated task api
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Dec 19, 2024
1 parent 93d9d81 commit e38362d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/TranslationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ export default {
async mounted() {
this.selectedTo = this.optionsTo.find(language => language.id === this.userLanguage) || null

if (this.selectedTo) {
await this.translateMessage()
}

this.$nextTick(() => {
// FIXME trick to avoid focusTrap() from activating on NcSelect
this.isMounted = !!this.$refs.translateDialog.navigationId
Expand Down

0 comments on commit e38362d

Please sign in to comment.