Valeriy
Valeriy
Hi, can you create a codesandbox example code? Because I can't reproduce this bug using a regular shadow DOM.
Hi, you use wrong type for allowResizeTags it should be Set ```js allowResizeTags: new Set(['img']), ``` https://xdsoft.net/jodit/docs/options.html#allowresizetags
And since you are using the ESM build (it doesn't include all plugins by default) ```js import 'jodit/esm/plugins/inline-popup/inline-popup.js'; import 'jodit/esm/plugins/resizer/resizer.js'; import 'jodit/esm/plugins/select/select.js'; // need for inline-popup ```
Can we close it?
> @xdan But the problem has not been solved. It is best that all apps compiled by various packaging tools can be used normally, rather than only apps compiled by...
Hi, it just component option: ```js Jodit.make('#editor', { controls: { font: { component: 'select' } } }); ```
Hi, it's chromium's bug https://github.com/MikeyParton/react-speech-kit/issues/23#issuecomment-622164389
Hmm, maybe you have text-align: left !important somewhere?
The point here is not in the editor, but in the styles that you connected to the site. Most likely some kind of reset.css Look in your code strong {...
Hi. How do you know if it doesn't work? What exactly doesn't work? What code do you paste into the editor? Write how to reproduce the error