()
| 91 | } |
| 92 | |
| 93 | export function getDragModality(): string { |
| 94 | return mapModality(getInteractionModality()); |
| 95 | } |
| 96 | |
| 97 | export function writeToDataTransfer(dataTransfer: DataTransfer, items: DragItem[]): void { |
| 98 | // The data transfer API doesn't support more than one item of a given type at once. |
no test coverage detected