webui: fix poster flicker. resolves #12847 (#12877)

This commit is contained in:
Diego Heras
2022-01-23 22:25:16 +01:00
committed by GitHub
parent 512f57f803
commit da3a5e705e
5 changed files with 14 additions and 5 deletions

View File

@@ -978,7 +978,8 @@ function updateReleasesRow(row) {
TitleLink.data("toggle", "tooltip");
TitleLink.tooltip({
title: TitleTooltip,
html: true
html: true,
placement: "auto"
});
}