Make inserted inserted images subsequently editable #93
Closed
johncarter-
started this conversation in
Ideas
Replies: 3 comments 3 replies
|
Out of curiosity, what would you be updating by being able to reopen curator from the image? |
2 replies
|
This has been added in v2.2.8. Doesn't work with Curator yet. But i'll get to it soon. |
1 reply
|
This now works in Curator v2.4.0. Cheers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to edit an image that has already been inserted into the editor.
It looks like we need to make a custom node view. There is an existing custom node view being used in
Details.jsbut I couldn't get a basicalert()onclick inImage.js.Specifically these lines from
Details.js:Also for future me, there was this blog post, but this is a React context so not sure of its relevance.
All reactions