parser status indication

This commit is contained in:
zadam
2020-06-18 23:53:57 +02:00
parent f700e6e12b
commit 7b0aa7ab0b
5 changed files with 47 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ const TPL = `
}
</style>
<input autocomplete="off" value="" class="note-title" tabindex="1">
<input autocomplete="off" value="" class="note-title" tabindex="100">
</div>`;
export default class NoteTitleWidget extends TabAwareWidget {