fix pasting urls (#901)
This commit is contained in:
parent
c10a4f4837
commit
644df6fcdc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const PasteInput = {
|
|||
}
|
||||
},
|
||||
|
||||
handle: function(text, coords = null) {
|
||||
handle: function(text, coords = {}) {
|
||||
var self = PasteInput
|
||||
|
||||
if (text.match(self.URL_REGEX)) {
|
||||
|
|
Loading…
Reference in a new issue