-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix medias popup + improved assets to markdown serialization #42
base: master
Are you sure you want to change the base?
Conversation
287b869
to
b3e29ad
Compare
+fixed cursor bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, the media library can pop up as expected but there. is error when inserting the image to the markdown content
Uncaught TypeError: Cannot read properties of null (reading 'slice')
at handleChangeAssets (strapi-plugin-wysiwyg-react-md-editor_strapi-admin.js?v=f53dbeb2:101544:28)
if (!isOpen) { | ||
return null; | ||
} | ||
|
||
return ( | ||
<MediaLibraryDialog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a typing issue on MediaLibraryDialog
causing strapi
build failed
'MediaLibraryDialog' cannot be used as a JSX component.
No description provided.