-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Angular 13
"jodit": "~3.23.3",
"jodit-angular": "~1.13.6"
When opened, popups end up at the end of the body, which is why color theme tokens are not read. Is there a way to specify a custom container for all popups?
https://i.postimg.cc/qvG1hSFg/2.png
There is also a bug in the buttons for popup "img" setting.
public config = {
popup: {
img: [
{ name: 'delete', icon: 'delete' },
{ name: 'nullable' },
{ name: 'nullable' },
{ name: 'left', list: ['left', 'right', 'center', 'justify'] },
]
}
}
This configuration deprives the "Delete" Icons button, it cannot be added there.
Maybe I'm doing something wrong? The task is to remove two unnecessary buttons and replace the icons
(nullable & display:none) the only way I found to remove the buttons
Metadata
Metadata
Assignees
Labels
No labels