Blur ausbau

This commit is contained in:
2026-01-16 01:01:40 +01:00
parent bb95e4382d
commit ac7dd71a65
3 changed files with 7 additions and 7 deletions

View File

@@ -602,7 +602,6 @@ const refreshPlaceholderComponent = (component) => {
};
const ensureRtePlaceholderButton = (editor) => {
if (B.RTE_TEXTFIELDS_ENABLED === false) return;
const rte = editor && editor.RichTextEditor;
if (!rte || rte.__bridgePlaceholderButton) return;