standalone-block-editor icon indicating copy to clipboard operation
standalone-block-editor copied to clipboard

Multiple Block Selection fails to delete on Backspace

Open JustinSainton opened this issue 5 years ago • 1 comments

Howdy!

Thanks for this excellent example - truly helpful!

We noticed the same thing in this example that we found in our own implementation, as well as the Storybook implementation on Github - when selecting multiple blocks and hitting Backspace to delete them, it simply doesn't work. I'm curious to see why that is? That seems like the type of functionality that would exist at the block-editor package layer, not just in the edit-post package, but I haven't quite sussed out where this is happening and how to incorporate it.

If you have any insight, I'd love to hear it. Thanks again!

JustinSainton avatar Oct 16 '20 04:10 JustinSainton

@JustinSainton Did you manage to fix this? I'm experiencing the same issue.

Strange because BlockEditorKeyboardShortcuts component is being used which should add this functionality

https://github.com/getdave/standalone-block-editor/blob/master/src/components/block-editor/index.js#L89

patricklindsay avatar Mar 11 '21 01:03 patricklindsay