MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / syncPayloadLineNumbersScroll

Function syncPayloadLineNumbersScroll

Script/FastDork.js:1362–1365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1360 }
1361
1362 function syncPayloadLineNumbersScroll() {
1363 if (!UI.payloadInput || !UI.payloadLineNumbers) return;
1364 UI.payloadLineNumbers.style.transform = `translateY(-${UI.payloadInput.scrollTop}px)`;
1365 }
1366
1367 function scrollPayloadToBottom() {
1368 if (!UI.payloadInput) return;

Callers 2

updatePayloadLineNumbersFunction · 0.85
scrollPayloadToBottomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected