adasda
This commit is contained in:
@@ -1059,7 +1059,12 @@ const refreshPlaceholderComponent = (component) => {
|
||||
editor.__bridgePlaceholderEventsBound = true;
|
||||
}
|
||||
|
||||
// RTE-Integration deaktiviert (RichText wird aktuell ausgebaut).
|
||||
const bindRteButton = () => ensureRtePlaceholderButton(editor);
|
||||
if (editor.RichTextEditor) {
|
||||
bindRteButton();
|
||||
} else if (typeof editor.on === 'function') {
|
||||
editor.on('load', bindRteButton, { once: true });
|
||||
}
|
||||
|
||||
addOnce(bm, 'cust-placeholder-custom', {
|
||||
id: 'cust-placeholder-custom',
|
||||
|
||||
Reference in New Issue
Block a user