mirror of https://gitlab.crans.org/bde/nk20
Update tooltip position after new emitter
This commit is contained in:
parent
e4a44b0b4a
commit
b90ff59d98
|
@ -317,6 +317,9 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr
|
||||||
// Emitters are displayed
|
// Emitters are displayed
|
||||||
note_list.html(html);
|
note_list.html(html);
|
||||||
|
|
||||||
|
// Update tooltip position
|
||||||
|
field.tooltip('update');
|
||||||
|
|
||||||
notes_display.forEach(function (disp) {
|
notes_display.forEach(function (disp) {
|
||||||
let line_obj = $("#" + note_prefix + "_" + disp.id);
|
let line_obj = $("#" + note_prefix + "_" + disp.id);
|
||||||
// Hover an emitter display also the profile picture
|
// Hover an emitter display also the profile picture
|
||||||
|
|
Loading…
Reference in New Issue