mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
New Code Editor not scrollable #432
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoanFo1456 on GitHub (Sep 9, 2025).
Current Behavior
The editor is showing all the file directly on the page, instead of like before that you needed to scroll and it scrolled on the editor, not on the page.
Expected Behavior
The editor should be the one scrolling, not creating a gigantic page.
Steps to Reproduce
Panel Version
canary (
3e65bd65f)Wings Version
canary (dev)
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Sep 9, 2025):
Monaco no longer exists. Its using code mirror, and its built into filament v4
@JoanFo1456 commented on GitHub (Sep 9, 2025):
Okay, so no way to fix this, I assume.
Thanks!
@Boy132 commented on GitHub (Sep 11, 2025):
Like charles said we use filaments built-in code editor now, so if any this is a filament issue.
Best we could do is add a workaround.
@GameAreaCZ commented on GitHub (Dec 12, 2025):
Ye this editor is really not enjoyable to use.
@lajczi commented on GitHub (Dec 12, 2025):
https://github.com/pelican-dev/panel/tree/boy132/monaco-editor :D
@Boy132 commented on GitHub (Jan 5, 2026):
Monaco is back.