fix bug when giving focus again to autocomplete input when coming back from note type chooser

This commit is contained in:
zadam
2022-06-02 23:21:17 +02:00
parent c0c38a4b49
commit 4837dd050b
4 changed files with 9 additions and 10 deletions

View File

@@ -35,6 +35,7 @@
</div>
<div class="form-group" id="add-link-title-form-group">
<br/>
<label for="link-title">Link title</label>
<input id="link-title" class="form-control" style="width: 100%;">
</div>