You've already forked joplin
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user