From a360e6d472cbe9e02d4e6250632c7fb87bf3b175 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 6 May 2024 12:29:58 +0200 Subject: [PATCH] fix(richtext): text color pasting --- src/Html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Html.php b/src/Html.php index 556ca79afdb..1b2ea5884ac 100644 --- a/src/Html.php +++ b/src/Html.php @@ -3903,6 +3903,7 @@ public static function initEditorSystem($id, $rand = '', $display = true, $reado branding: false, selector: '#{$id}', text_patterns: false, + paste_webkit_styles: 'all', plugins: {$pluginsjs},