-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor falls apart on component collapse #143
Comments
Hi @sadeq-qafari! Could you please share the exact steps to reproduce the issue and your Strapi version? |
Hi @Mgsy! Thank you for your response! Here are the steps to reproduce the issue:
Strapi version: v5.4.2 |
any update on this? |
@sadeq-qafari I managed to reproduce the issue. It is related to the process of cleaning the assets. It seems there is problem while clicking between the components, but if you close one component, then expand another one, it works as expected. The assets are cleaned after unmounting the component, so probably the second editor instance still detects the injected assets, as the first component is still available, but the assets get cleared a while after, which results in missing CSS files. I will work on the fix. |
Hey @Mgsy, |
Great, I will merge changes and this week I will prepare the release. |
if I use ckeditor in a component then use it in some collection as a repeatable component, while using it if i collapse a component which contains editor every editor on that page falls apart like this
then if i expand same component or some other one containing ckeditor the problem will be fixed, i guess some styling is removed when collapsing a component.
its problematic the most while I'm using repeatable component and i want to switch between items.
The text was updated successfully, but these errors were encountered: