mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Use empty and append to insert the html
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
0cc8ee38d5
commit
49fec082f5
|
|
@ -223,7 +223,7 @@ search backend.
|
|||
// content manually.
|
||||
//
|
||||
// [1]: https://github.com/twbs/bootstrap/issues/37206#issuecomment-1259541205
|
||||
$(popover.tip.querySelector('.popover-body')).html($html[0]);
|
||||
$(popover.tip.querySelector('.popover-body')).empty().append($html);
|
||||
popover.update();
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue