mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-21 14:55:00 +00:00
archive shortcut
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
{key: 'j', fn: () => emit('changeEmail', {amount: 1})},
|
||||
{key: '[', fn: () => emit('changeEmail', {amount: -1, archive: true})},
|
||||
{key: ']', fn: () => emit('changeEmail', {amount: 1, archive: true})},
|
||||
{key: 'e', fn: () => emit('changeEmail', {archive: true, closeModal: true})}
|
||||
])
|
||||
|
||||
let emailMarkdown = marked(email.body);
|
||||
|
||||
Reference in New Issue
Block a user