Optimize change font size

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2018-06-03 23:22:20 +08:00
parent 8ab360c6d9
commit 840fc2e70b
+1 -1
View File
@@ -157,7 +157,7 @@ export default {
this.terminal.term.setOption('fontSize', size + changeFontSize);
this.terminal.term.fit();
this.terminal.term.focus();
}, 1);
}, 50);
},
beforeUpload (file) {
this.upfile.file = file;