Image not being cleared

Hi. I am trying to clear out an image using the custom module. I am entering two single quotes.

receive(’/EDIT’, ‘banner’, { value : ‘’ })

In the editor, the value is cleared out, but the image remains. It is also clear in dev tools that the image remains.

Am I doing something wrong? I have also tried with a space between the two single quotes, and also have tried with /EDIT/MERGE

p.s. The custom module is sending two single quotes to clear out the value, and the value is cleared. I can see that in the editor (but not dev tools). Entering two quotes manually in the editor doesn’t work either. Entering gibberish (aksdjfhuh) then does clear out the image.

Thanks for the report, I’ll check this out.

It’s a bug : the widget resets to its value property instead of default when receiving and empty value. Fixed in local git repo.

It’s fixed in v0.49.4.