chore: Scroll lock composable to reuse

This commit is contained in:
iamsivin
2025-05-09 16:47:53 +05:30
parent 9c5af11b84
commit 0c5379147d
5 changed files with 182 additions and 29 deletions
@@ -115,9 +115,12 @@ export default {
handleClose(e) {
this.$emit('close', e);
},
openForwardModal(event) {
openForwardModal() {
this.$emit('forwardEmail', {
x: this.contextMenuPosition.x,
y: this.contextMenuPosition.y,
});
this.handleClose();
this.$emit('forwardEmail', event);
},
handleTranslate() {
const { locale } = this.getAccount(this.currentAccountId);