This commit is contained in:
syuilo 2017-11-12 18:27:00 +09:00
parent 0dc459be3d
commit 171dd848da

View file

@ -73,7 +73,7 @@
};
this.onkeydown = e => {
if (e.which == 10 || e.which == 13) this.post();
if ((e.which == 10 || e.which == 13) && (e.ctrlKey || e.metaKey)) this.post();
};
this.post = () => {