Hi Yulim,
Query 1: “While
using the text editor, when I click the toolbar menus, suddenly the popup
doesn't open and shows the error below.”
We have reviewed your reported query but were unable to replicate
your problem on our end. Please refer to the sample provided below:
Sample : https://stackblitz.com/edit/react-d9qdce-nccudr?file=index.js
To help us replicate your issue, could you please provide us with
the following information:
- Share
your code or a runnable sample.
- Please
provide us with the procedure you followed to replicate the issue.
- If
possible, please share a video demonstrating the issue.
Query 2 : “And for
the additional question, is there any way to insert table as inline element? Im
trying to put table right next to the image. (I've set the image as inline)”
In HTML standards, the table element is a block-level element,
which means that it occupies the entire width of its container and creates a
new line afterwards. This is due to the fact that tables usually have a
substantial amount of content and require a significant amount of space.
As the table element is a block-level element, it cannot be
directly converted to an inline-level element.
Regards,
Vinothkumar