hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

[Question] How can i disable base64 image upload? #653

Closed selimdoyranli closed 3 years ago

selimdoyranli commented 3 years ago

💬 Questions and Help

Hi,

How can i disable base64 image upload? CSS display: none; is unsafe.

selimdoyranli commented 3 years ago

solution

:imageClick="$imageClick" :imageFilter="$imageFilter" @ondrop.native.prevent

$imageClick() {
    return false
 },

 $imageFilter() {
    return false
 }

and display: none; for file upload dropdown item