mervick / emojionearea

Emoji Picker Plugin for jQuery
https://jsfiddle.net/mervick/1v03Lqnu/765/
MIT License
953 stars 257 forks source link

Prevent paste #370

Closed asafgo closed 5 years ago

asafgo commented 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

StanislawVictorovich commented 4 years ago

Also have the same problem