We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef914e1 + 945e14b commit 821d76aCopy full SHA for 821d76a
cms/static/cms/js/modules/cms.clipboard.js
@@ -50,7 +50,7 @@ $(document).ready(function () {
50
// clear timeout
51
clearTimeout(that.timer);
52
53
- if(e.type === 'mouseleave') hide();
+ if(e.type === 'mouseleave' && !that.containers.has(e.toElement).length) hide();
54
55
var index = that.clipboard.find('.cms_clipboard-triggers a').index(this);
56
var el = that.containers.eq(index);
0 commit comments