5x faster rendering of huge tagsets

This commit is contained in:
ed 2022-09-17 20:17:24 +02:00
parent 3108139d51
commit b235037dd3
2 changed files with 2 additions and 0 deletions

View file

@ -1592,6 +1592,7 @@ html.y #tree.nowrap .ntree a+a:hover {
width: 1px;
height: 1px;
overflow: hidden;
white-space: nowrap;
}
#blazy {
text-align: center;

View file

@ -5184,6 +5184,7 @@ var treectl = (function () {
r.nvis = n;
ebi('lazy').innerHTML = '';
ebi('wrap').style.opacity = 0.4;
document.documentElement.scrollLeft = 0;
setTimeout(function () {
r.gentab(get_evpath(), r.lsc);
ebi('wrap').style.opacity = 'unset';