Merge pull request #16368 from abpframework/Onur/cms-kit-fix-emoji

cms-kit - emoji problem in different browsers and mobile
pull/16378/head
Alper Ebiçoğlu 2 years ago committed by GitHub
commit e254153aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ $(document).ready(function () {
$selectIcon.popover({
placement: 'left',
html: true,
trigger: 'focus',
trigger: 'click',
title: l('PickYourReaction'),
content: $popoverContent.html()
}).on('shown.bs.popover', function () {

Loading…
Cancel
Save