mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +08:00
Fix user smart annotation fpr tinyMCE (#1759)
This commit is contained in:
parent
1555daa0c6
commit
4a753f8519
1 changed files with 1 additions and 0 deletions
1
app/assets/javascripts/sitewide/tiny_mce.js
vendored
1
app/assets/javascripts/sitewide/tiny_mce.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue