Replies: 1 comment
-
Hi @zaynetro , It is an interesting feature indeed. Happy to talk a look at your PR |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
How would I implement grouping images together? I would like to display multiple images on a single row. Like:
And when user hits a backspace I want to either ignore the action or delete a single image.
Solutions that would work for me:
Instead delete embeds manually through controller. (e.g when user presses a delete button)
Is there interest in support this feature? I will be glad to do a PR if you give me some guidance.
P.S. As a workaround I guess I can currently listen to which blocks are removed and if multiple images are removed I reinsert the remaining ones.
Beta Was this translation helpful? Give feedback.
All reactions