Closed asafgo closed 5 years ago
How to Prevent paste into emojionearea like I do with regular textarea?
$('#txtaMain').on("cut copy paste",function(e) { e.preventDefault(); });
Thanks, AG
Also have the same problem
How to Prevent paste into emojionearea like I do with regular textarea?
$('#txtaMain').on("cut copy paste",function(e) { e.preventDefault(); });
Thanks, AG