Removing resize handlers on contentEditable div

前端 未结 7 1941
一整个雨季
一整个雨季 2020-12-06 02:46

I created a contentEditable div to use as a rich textarea. It has resize handlers around it that I\'d like to get rid of. Any idea how I\'d do this?

Edit: This app

相关标签:
7条回答
  • 2020-12-06 03:37

    It looks like I'll be able to work around this by adding a wrapper div and absolutely positioning the wrapper and then making the inner div contentEditable.

    0 讨论(0)
提交回复
热议问题