MCPcopy Create free account
hub / github.com/HelloZeroNet/ZeroNet / updateHeight

Function updateHeight

plugins/Sidebar/media/all.js:451–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 }
450
451 function updateHeight() {
452 scrollerHeight = calculateScrollerHeight() - 10;
453 scroller.style.height = scrollerHeight + 'px';
454 }
455
456 function createScroller() {
457 // *Creates scroller element and appends to '.scrollable' div

Callers

nothing calls this directly

Calls 1

calculateScrollerHeightFunction · 0.70

Tested by

no test coverage detected