mirror of
https://github.com/9001/copyparty.git
synced 2026-03-15 20:53:06 +10:00
5x faster rendering of huge tagsets
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user