Open
Description
Describe the bug
The Terminal is not resizing correctly.
Link to a StackBlitz project which shows the error
Steps to reproduce
- Go to TutorialKit Demo
- Toggle the Terminal
- Try to resize the Terminal
- Sometime the resizing doesn't happens or is stuck
Expected behavior
The Terminal should resizing correctly.
Screenshots
Here's a video to show the bug
CleanShot.2025-03-20.at.10.40.15.mp4
Platform
- TutorialKit version: Demo
- OS: macOS
- Browser: Chromium (Brave)
- Version: 1.76
Additional context
I had this problem while making my own iframe and Terminal with panels I can resize. I fixed it by putting an overlay on the iframe when resizing. I think it’s because the iframe’s resize and mouse events stop the Terminal panel from resizing right.