From df2de0b8b20784b54f603be309438798a2bc0485 Mon Sep 17 00:00:00 2001 From: Jorge Date: Sat, 17 Feb 2018 17:45:44 +0000 Subject: [PATCH] Fixed a bug in paragraph affecting cursor visibility when the block is left/right aligned. Classes alignright and alignleft were being passed to paragraph RichText, these classes contain CSS that make the cursor invisible when the paragraph is empty making content writing impossible. --- blocks/library/paragraph/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/library/paragraph/index.js b/blocks/library/paragraph/index.js index 9f2fb181523d2..f31fa3d1374d6 100644 --- a/blocks/library/paragraph/index.js +++ b/blocks/library/paragraph/index.js @@ -168,7 +168,6 @@ class ParagraphBlock extends Component {