Skip to content

Commit

Permalink
editor: disabling tinymce context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and slint committed Jan 23, 2024
1 parent 413322d commit c607c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/forms/RichEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class RichEditor extends Component {
min_height: minHeight,
content_style: "body { font-size: 14px; }",
plugins: ["codesample", "link", "lists", "table", "autoresize"],
contextmenu: false,
toolbar:
"blocks | bold italic link codesample blockquote table | bullist numlist | outdent indent | undo redo",
autoresize_bottom_margin: 20,
Expand Down

0 comments on commit c607c1a

Please sign in to comment.