pinokiod 3.102.0 → 3.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -335,7 +335,7 @@ async function displayResults(config) {
335
335
  write(JSON.stringify(packet.data.json2, null, 2).replace(/\n/g, "\r\n"))
336
336
  write("\r\n")
337
337
  }
338
- document.querySelector("#end").scrollIntoView({ behavior: 'smooth' });
338
+ // document.querySelector("#end").scrollIntoView({ behavior: 'smooth' });
339
339
  } else if (packet.type === 'disconnect') {
340
340
  term.write("\r\nDisconnected...\r\n")
341
341
  socket.close()