mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fix relation autocomplete
This commit is contained in:
@@ -629,7 +629,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<input id="jump-to-note-autocomplete" class="form-control relation-target-note-id"
|
||||
<input class="form-control relation-target-note-id"
|
||||
placeholder="search for note by its name"
|
||||
data-bind="value: targetNoteId, valueUpdate: 'blur', event: { blur: $parent.relationChanged }"
|
||||
style="width: 300px;">
|
||||
|
||||
Reference in New Issue
Block a user