FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
177 stars 96 forks source link

Fix Text Drap Problem #206

Closed littlegolden closed 4 years ago

littlegolden commented 4 years ago

A method from flarum.aTowerLight.cn.

littlegolden commented 4 years ago

js files still need to be compiled after merge this pull request.

clarkwinkelmann commented 4 years ago

What exactly does this solve ?

Also you have some console.log calls leftover.

littlegolden commented 4 years ago

After installing and enabled fof/upload, user will not be able to drag and drop text. This method can repair the function of dragging and dropping text, and does not affect the function of drag and drop file to upload.

【Video】 https://drive.google.com/open?id=1Ob7A6d6FIqqTdqFK3BwW65BoBpLmdMfq

clarkwinkelmann commented 4 years ago

I made a more advanced fix that covers more cases in https://github.com/FriendsOfFlarum/upload/commit/d72f3b7a66f81e9123f077d44c76a4f68fa94eba which has been released with the new 0.8.5 version.

Thanks for your help!