This commit is contained in:
syuilo 2017-11-12 18:27:00 +09:00
parent 4c01dbb9fa
commit f100b87e38

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 = () => {