medium-editor icon indicating copy to clipboard operation
medium-editor copied to clipboard

Prevent editor elements from editing

Open seSze opened this issue 6 years ago • 1 comments

Is it possible to prevent editor elements from editing?

Let's say this is my content with medium editor 1eda16a9f0f25caeca97b82e43f88835

and I would like to block table.

seSze avatar Apr 20 '18 23:04 seSze

Yes. Just add contenteditable="false" (the html attribute) to the table element.

herzinger avatar Aug 21 '19 17:08 herzinger