We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9338ae3 commit 210456bCopy full SHA for 210456b
1 file changed
src/widgets/dragAndDrop.js
@@ -94,7 +94,7 @@ export function makeDropTarget (ele, droppedURIHandler, droppedFileHandler) {
94
const trimmedText = text ? text.trim() : ''
95
if (uris === null && trimmedText && trimmedText.slice(0, 4) === 'http') {
96
uris = [trimmedText]
97
- debug.log('Waring: Poor man\'s drop: using text for URI') // chrome disables text/uri-list??
+ debug.log('Warning: Poor man\'s drop: using text for URI') // chrome disables text/uri-list??
98
}
99
} else {
100
// ... however, if we're IE, we don't have the .types property, so we'll just get the Text value
0 commit comments