mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
5x faster rendering of huge tagsets
This commit is contained in:
parent
3108139d51
commit
b235037dd3
|
@ -1592,6 +1592,7 @@ html.y #tree.nowrap .ntree a+a:hover {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#blazy {
|
#blazy {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -5184,6 +5184,7 @@ var treectl = (function () {
|
||||||
r.nvis = n;
|
r.nvis = n;
|
||||||
ebi('lazy').innerHTML = '';
|
ebi('lazy').innerHTML = '';
|
||||||
ebi('wrap').style.opacity = 0.4;
|
ebi('wrap').style.opacity = 0.4;
|
||||||
|
document.documentElement.scrollLeft = 0;
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
r.gentab(get_evpath(), r.lsc);
|
r.gentab(get_evpath(), r.lsc);
|
||||||
ebi('wrap').style.opacity = 'unset';
|
ebi('wrap').style.opacity = 'unset';
|
||||||
|
|
Loading…
Reference in a new issue