parent
9db5ce551e
commit
63b528c8bf
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ Metamaps.Import = {
|
|||
|
||||
$('body').bind('paste', function (e) {
|
||||
if (e.target.tagName === 'INPUT') return
|
||||
if (e.target.tagName === 'TEXTAREA') return
|
||||
|
||||
var text = e.originalEvent.clipboardData.getData('text/plain')
|
||||
|
||||
|
|
Loading…
Reference in a new issue