Skip to content

Commit 0785b1c

Browse files
authored
[regression] dragging a reference onto editor doesn't work anymore (microsoft#172538)
Fixes microsoft#172516
1 parent 4552a93 commit 0785b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/common/extHostTypeConverters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ export namespace DataTransferItem {
20082008
if (mime === Mimes.uriList) {
20092009
return {
20102010
id: (item as IDataTransferItem | types.DataTransferItem).id,
2011-
asString: '',
2011+
asString: stringValue,
20122012
fileData: undefined,
20132013
uriListData: serializeUriList(stringValue),
20142014
};

0 commit comments

Comments
 (0)