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

Function scrollPayloadToBottom

Script/FastDork.js:1367–1373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1365 }
1366
1367 function scrollPayloadToBottom() {
1368 if (!UI.payloadInput) return;
1369 requestAnimationFrame(() => {
1370 UI.payloadInput.scrollTop = UI.payloadInput.scrollHeight;
1371 syncPayloadLineNumbersScroll();
1372 });
1373 }
1374
1375 function updatePayloadEditorLabel() {
1376 if (!UI.payloadEditorLabel || !UI.listTab2) return;

Callers 2

initializeFunction · 0.85

Calls 1

Tested by

no test coverage detected