margox / braft-editor

美观易用的React富文本编辑器,基于draft-js开发
MIT License
4.6k stars 592 forks source link

设置图片宽高,没办法自适应,在移动端会变形,如何禁用这个控件? #890

Closed eugle closed 3 years ago

eugle commented 3 years ago

RT

eugle commented 3 years ago

//指定图片上面弹出要展示的控件 const ImageControlType = ['float-left', 'float-right', 'align-left', 'align-center', 'align-right', 'link', 'remove'];

搞定了,强大,哈哈