Skip to content

Commit c607c1a

Browse files
Fatimahslint
authored andcommitted
editor: disabling tinymce context menu
1 parent 413322d commit c607c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/forms/RichEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class RichEditor extends Component {
2828
min_height: minHeight,
2929
content_style: "body { font-size: 14px; }",
3030
plugins: ["codesample", "link", "lists", "table", "autoresize"],
31+
contextmenu: false,
3132
toolbar:
3233
"blocks | bold italic link codesample blockquote table | bullist numlist | outdent indent | undo redo",
3334
autoresize_bottom_margin: 20,

0 commit comments

Comments
 (0)