-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [workspace] drag file to weixin failed in some platform. #1910
fix: [workspace] drag file to weixin failed in some platform. #1910
Conversation
b14b13f
to
fb41e0f
Compare
@@ -20,6 +20,8 @@ DFMBASE_USE_NAMESPACE | |||
DFMGLOBAL_USE_NAMESPACE | |||
using namespace ddplugin_canvas; | |||
|
|||
inline constexpr char kCanvaMimeData[] { "CanvaMimeData" }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
直接dde-desktop 吧
@@ -37,6 +37,8 @@ DFMGLOBAL_USE_NAMESPACE | |||
DFMBASE_USE_NAMESPACE | |||
using namespace dfmplugin_workspace; | |||
|
|||
inline constexpr char kFileManagerMimeData[] { "fileManagerMimeData" }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ddefilemanager吧
@@ -22,6 +22,8 @@ | |||
DFMBASE_USE_NAMESPACE | |||
using namespace ddplugin_organizer; | |||
|
|||
inline constexpr char kCollectionMimeData[] { "collectionMimeData" }; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ddedesktoporganizer
f704983
to
441e311
Compare
1. If not set the mimeData text, the weixin will ignore the drag event. 2. The weixin not override the drag event, it use the default of qt5.15. 3. So, file manager set the text. Log: fix issue Bug: https://pms.uniontech.com/bug-view-248591.html
441e311
to
11c7a9a
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: GongHeng2017, max-lvs The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/merge |
Log: fix issue
Bug: https://pms.uniontech.com/bug-view-248591.html