open-source-labs / Spearmint

Testing, simplified. || An inclusive, accessibility-first GUI for generating clean, semantic Javascript tests in only a few clicks of a button.
https://www.spearmintjs.com
MIT License
1.29k stars 185 forks source link

Xterm terminal resize #115

Open Ruzeb opened 2 years ago

Ruzeb commented 2 years ago

The xterm terminal does not fit to the parent container on load because of the hidden prop used in the tab component for the terminal which initializes the parent component with a width and height of 0, therefore fitaddon does not initialize according to the bounds and only works when switching back and forth to the terminal.

78877i commented 2 years ago

Btc