mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#blazy {
|
||||
text-align: center;
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue