()
| 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; |
no outgoing calls
no test coverage detected