Unable to delete blockquote if its the top element
See original GitHub issueSteps to reproduce
I am using node v4.3.1
- Build the project and open
examples/rich.html
- Click
Blockquote
- Hit Enter to create another blockquote
- Use the arrow keys (or mouse) to go up one line to the top blockquote
- Hit Delete
Results
Expected:
The blockquote would delete allowing you to add new text type(s) to the line
Actual:
The blockquote does not delete if there are other blockquotes below it, making it difficult to go back and add lines above it.
The issue only occurs if the topmost line is a blockquote.
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How do I remove the bottom padding from a blockquote?
Try adding this to the end of your CSS: blockquote p { padding:0; margin:0; }. If that doesn't work, right-click and view the...
Read more >Remove the bar in blockquote - HTML & CSS - SitePoint Forums
Hi. How do I remove the side bar when using blockquote. Example code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" ...
Read more >Remove vertical bar associated with blockquote element
Hello,. I would like to either remove the vertical bar that appears to the left of blockquotes, or place it to the right...
Read more >Blockquote Bulge | CSS-Tricks
In HTML, a block of text being quoted from elsewhere is marked up like this: <blockquote>Hey, I'm a block of text from elsewhere....
Read more ><blockquote>: The Block Quotation element - MDN Web Docs
A URL for the source of the quotation may be given using the cite ... The <blockquote> HTML element indicates that the enclosed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think 9d3da64afb2a514fc4d3117e47b05e4f87df1d25 fixed this. 😃
@flarnie it’s a small world 😄 I totally forgot about this issue, glad to see it got resolved!