TinyMCE - Chrome browser - Can't paste images in Chrome as in FF

后端 未结 3 789
余生分开走
余生分开走 2021-01-13 17:38

I\'m using the TinyMCE WYSIWYG editor control and while it is possible to copy and paste image fractions in FireFox, it is impossi

3条回答
  •  温柔的废话
    2021-01-13 18:40

    I just answered this question. Here's a link to my answer: TinyMCE "paste button" does not work

    at time of the configuration of Tiny MCE, use this to get Chrome to work:

    tinymce.init({ selector:'textarea', plugins: [
            "image paste"
        ],
        paste_data_images: true});
    

提交回复
热议问题