You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Support multiple block embeds per row
Group images into a single block and allow disabling deleting embeds from the editor.
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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.
All reactions