mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Files Save is loading more #202
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 @Bubbelwubbel on GitHub (Dec 1, 2024).
Current Behavior
When I save a file, it loads indefinitely on the web page, but when you perform an action it stops.
Expected Behavior
That it doesn't change.
Steps to Reproduce
https://github.com/user-attachments/assets/c17041ac-84b0-4b0d-a15a-c5b50b1eef77
Panel Version
canary (
e5433b7)Wings Version
1.0.0-beta7
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Dec 1, 2024):
Yeh, we have no idea what causes this...
@JustRed23 commented on GitHub (Dec 2, 2024):
After a bit of testing, this is caused by pressing ctrl + a and then deleting, my guess is that it is trying to delete something that it shouldnt. Also after this when you refresh your tab / go back and go to the file again, the text is not editable anymore until you shift + refresh
@notAreYouScared commented on GitHub (Dec 2, 2024):
Going on a limb and saying this is an issue with the filament plugin we are using, Ill do some more testing when i get home and open a bug report on their repo if needed.