mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 03:52:52 +09:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
8a1f470b1b
@ -209,7 +209,7 @@ export default Vue.extend({
|
||||
},
|
||||
|
||||
onKeydown(e) {
|
||||
if ((e.which == 10 || e.which == 13) && (e.ctrlKey || e.metaKey)) this.post();
|
||||
if ((e.which == 10 || e.which == 13) && (e.ctrlKey || e.metaKey) && canPost) this.post();
|
||||
},
|
||||
|
||||
onPaste(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user