The IDE has an issue with resizing i think
You're right! There's an issue with the resizing logic. The problem is that I'm using e.clientX directly as the width, but it should be calculated relative to the panel's position. Let me fix the resizing functionality:
The key fixes I made:
deltaX (difference from start position) instead of absolute clientXstartX and startWidth to track where the resize beganflexShrink: 0 to prevent panels from shrinking unexpectedlyThe resizing should now work smoothly for both the chat panel and the file explorer within the IDE!
I detected and automatically synced new changes from main in -ASDA-.