If I do “jquery sortable” on a contenteditable item(s), I then can't focus mouse anywhere inside contenteditable text anymore

后端 未结 7 2293
情深已故
情深已故 2021-02-07 05:31

Strangely this is broken only in Firefox and Opera (IE, Chrome and Safari works as it should).

Any suggestions for a quick fix?




        
7条回答
  •  旧巷少年郎
    2021-02-07 05:39

    I had the same problem and it was because I was using the function disableSelection() together sortable()

提交回复
热议问题