circuitpython / web-editor

Online web editor for CircuitPython
https://code.circuitpython.org
MIT License
30 stars 15 forks source link

Serial Window not resizing when window resizes #121

Open makermelissa opened 1 year ago

makermelissa commented 1 year ago

CircuitPython Version

CircuitPython 8.1.0

Workflow(s)

BLE, USB, WEB

Browser(s)

Chrome Version 114.0.5735.133

Console Log

No response

Steps

  1. Load the editor
  2. Make sure the serial tab is showing (along with the editor)
  3. Resize the window
  4. Notice the panes don't resize

Description

Additional information

No response

makermelissa commented 4 months ago

I'm pretty sure the issue is that a page resize does not trigger the updatePageLayout() function.

makermelissa commented 1 week ago

Reopening as this has made an appearance again.