1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Scroll to bottom of console after inputting command

This commit is contained in:
Laurent Cozic
2017-10-24 22:09:22 +01:00
parent 528f1b0430
commit 89d85541ef
8 changed files with 24 additions and 5 deletions

View File

@ -212,7 +212,6 @@ class Setting extends BaseModel {
static enumOptionsDoc(key, templateString = null) {
if (templateString === null) templateString = '%s: %s';
console.info(templateString);
const options = this.enumOptions(key);
let output = [];
for (let n in options) {