Fix user smart annotation fpr tinyMCE (#1759)

This commit is contained in:
aignatov-bio 2019-05-14 15:02:12 +02:00 committed by GitHub
parent 1555daa0c6
commit 4a753f8519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,6 +193,7 @@ var TinyMCE = (function() {
editor.selection.collapse(false);
SmartAnnotation.init($(editor.contentDocument.activeElement));
SmartAnnotation.preventPropagation('.atwho-user-popover');
initHighlightjsIframe($(this.iframeElement).contents());
},
setup: function(editor) {