cms-kit: fixed emoji click problem in different browsers

pull/16368/head
Onur Pıçakcı 2 years ago
parent 40f2d3e1ef
commit e771606aaa

@ -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