summernote drag and drop option does not work summernote drag and drop option does not work google-chrome google-chrome

summernote drag and drop option does not work


Summernote doesn't update it's options dynamically. You should pass disableDragAndDrop options when you create editor. For example...

// 01. create editor with options.$('#summernote').summernote({  disableDragAndDrop:true,  height: 200});// 02. then call disable API$('#summernote').summernote('disable');

For more details about options....

http://summernote.org/deep-dive/#initialization-options