nova-flexible-content
nova-flexible-content copied to clipboard
Images in Flexible field can't be deleted
When deleting an Image field in a Flexible field the image is not deleted.
In the example below the image_1 can be deleted, the image_2 can't be deleted.
Image::make('Image', 'image_1'), Flexible::make('Flexible exampe', 'content->flexible_example')->addLayout('Item', 'item', [ Image::make('Image', 'image_2'), ]),
have seen the same behavior.
Any updates or work around for this issue?