From 8c1add59fe4c24fe6d7b146fa5e710a6a7798741 Mon Sep 17 00:00:00 2001 From: Eliran Elnasi Date: Wed, 28 Jul 2021 10:20:59 +0300 Subject: [PATCH] Remove white-space 'pre-wrap' currently, it causes issues when clicking on elements below the input, and also in rendering of the mention window. --- src/Highlighter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Highlighter.js b/src/Highlighter.js index e844f3c4..6e5dc961 100644 --- a/src/Highlighter.js +++ b/src/Highlighter.js @@ -211,7 +211,6 @@ const styled = defaultStyle( width: '100%', color: 'transparent', overflow: 'hidden', - whiteSpace: 'pre-wrap', wordWrap: 'break-word', border: '1px solid transparent', textAlign: 'start',