Browse Source

cms-kit: fixed emoji click problem in different browsers

pull/16368/head
Onur Pıçakcı 3 years ago
parent
commit
e771606aaa
  1. 2
      modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/default.js

2
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/default.js

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