v1.5.79 - river overview update

This commit is contained in:
Azgaar 2021-03-01 01:51:31 +03:00
parent 41d03e8039
commit fbec08f982
7 changed files with 104 additions and 100 deletions

View file

@ -607,7 +607,7 @@ function highlightElement(element) {
if (tr[0]) x += tr[0];
let y = box.y + box.height / 2;
if (tr[1]) y += tr[1];
if (scale >= 2) zoomTo(x, y, scale, 1600);
zoomTo(x, y, scale > 2 ? scale : 3, 1600);
}
function selectIcon(initial, callback) {