chore: Minor fix

This commit is contained in:
iamsivin
2025-05-09 17:31:20 +05:30
parent e722bebed8
commit be10e450e3
5 changed files with 169 additions and 5 deletions
@@ -116,11 +116,11 @@ export default {
this.$emit('close', e);
},
openForwardModal() {
this.handleClose();
this.$emit('forwardEmail', {
x: this.contextMenuPosition.x,
y: this.contextMenuPosition.y,
});
this.handleClose();
},
handleTranslate() {
const { locale } = this.getAccount(this.currentAccountId);