Skip to content

Conversation

@gyaneshwarchoudhary
Copy link
Contributor

Resolves #196

PR Fixes:

  • This PR fixes the bug causing output from large loops to overflow beyond the visible output box by ensuring the output area remains scrollable
image

Checklist before requesting a review

  • I have pull latest changes from main branch
  • I have tested the changes locally
  • I have run npm run lint:fix locally
  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

@vercel
Copy link

vercel bot commented Oct 5, 2025

@gyaneshwarchoudhary is attempting to deploy a commit to the Dhanush Nehru's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Oct 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
custom-code-editor Ready Ready Preview Comment Oct 6, 2025 11:11am

@DhanushNehru DhanushNehru requested a review from Copilot October 6, 2025 11:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an output overflow issue in the editor component where large loops would cause output to extend beyond the visible output box boundaries.

  • Added overflow scroll functionality to the output box
  • Ensures output area remains scrollable for large amounts of content

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@DhanushNehru DhanushNehru merged commit 9ad82d1 into DhanushNehru:main Oct 6, 2025
3 checks passed
@gyaneshwarchoudhary gyaneshwarchoudhary deleted the bugfix/overflow-values branch October 6, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Output goes out of the visible output box when running large loops

2 participants