Commit bda7b40
committed
Revert GetDataPresent to DataFormats.Serializable for drag-and-drop
Drag-and-drop uses IDataObject with DataFormats.Serializable format (in-process,
trusted data from the drag source). The byte[]+JsonSerialize approach only applies
to cross-process clipboard operations via SetClipboardData/GetClipboardData.
https://claude.ai/code/session_01Y178Q9RvuMC562i2QELpDX1 parent 643115a commit bda7b40
1 file changed
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 140 | + | |
150 | 141 | | |
151 | 142 | | |
152 | 143 | | |
| |||
0 commit comments