Uh oh!
There was an error while loading. Please reload this page.
Make the image remove option work - #3837
Conversation
bjester
left a comment
There was a problem hiding this comment.
I'm still noticing some differences with this method vs with the cursor next to the image and inputting backspace. It seems that this still leaves an image wrapper, and that becomes a pesty blank space that will only be removed if you explicitly select it with the cursor and input backspace, or close and reopen the exercise.
rtibbles
commented
Nov 23, 2022
Oh, interesting - I guess the existing destroy wasn't doing enough. Will look in more detail! |
rtibbles
commented
Nov 23, 2022
So, I've managed to make the span delete itself, but the |
trying to do prohibited direct prop modification on component. Lint.
rtibbles
commented
Nov 23, 2022
OK, this should all be working as intended now. I've updated the PR description with the additional fixes and an updated screencast. |
pcenov
commented
Dec 6, 2022
@rtibbles I was able to identify the following issues:
2022-12-06_15-10-43.mp4 |
rtibbles
commented
Dec 6, 2022
For this, how was this image added? Was it pasted into the text box, added using the 'add image' button?
Interesting, this must be an issue with the data not being persisted properly. |

Summary
Description of the change(s) you made
Manual verification steps performed
Screenshots (if applicable)
Screencast.from.11-22-2022.02.28.17.PM.webm
Screencast.from.11-23-2022.02.31.18.PM.webm
References
Fixes#3817