angular2-tinymce icon indicating copy to clipboard operation
angular2-tinymce copied to clipboard

paste_data_images :true is throwing error in angular cli but working with drag and drop of images

Open nik0405 opened this issue 6 years ago • 0 comments

TinymceModule.withConfig({ skin_url: "../resources/tinymce/skins/lightgray", browser_spellcheck: true, plugins: ['paste','lists'], paste_data_images: true, auto_focus:false, menubar: false, toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link', statusbar: false, height:200, remove_trailing_brs:true, body_class:"tinmnce-body", content_style: "html{overflow-y:auto !important;}" }),

So i can not build the application with AOT. Also i am not able to paste with keyboard shortcuts if i have copied any image in clipboard.

Please provide your valueable inputs.

nik0405 avatar Oct 08 '18 10:10 nik0405