Do not send status on shift+enter

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/1729/head
Louis Chemineau 2023-04-11 16:51:57 +02:00
rodzic 2e47357d95
commit 1949d3c17e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -378,7 +378,7 @@ export default {
this.updateStatusContent()
},
keyup(event) {
if (event.shiftKey || event.ctrlKey) {
if (event.ctrlKey) {
this.createPost(event)
}
},