This commit is contained in:
2026-01-16 02:14:35 +01:00
parent f7d9b111e1
commit 401255b92a
2 changed files with 1 additions and 15 deletions

View File

@@ -1059,12 +1059,7 @@ const refreshPlaceholderComponent = (component) => {
editor.__bridgePlaceholderEventsBound = true;
}
const bindRteButton = () => ensureRtePlaceholderButton(editor);
if (editor.RichTextEditor) {
bindRteButton();
} else if (typeof editor.on === 'function') {
editor.on('load', bindRteButton, { once: true });
}
// RTE-Integration deaktiviert (RichText wird aktuell ausgebaut).
addOnce(bm, 'cust-placeholder-custom', {
id: 'cust-placeholder-custom',