mirror of https://github.com/xwiki-labs/cryptpad
Fix misisng html flag in tippy
This commit is contained in:
parent
3e71b3afac
commit
0feb4441da
|
@ -525,7 +525,9 @@ define([
|
||||||
: 'background-color: rgba(255,0,0,0.2)';
|
: 'background-color: rgba(255,0,0,0.2)';
|
||||||
marks[id] = editor.markText(pos1, pos2, {
|
marks[id] = editor.markText(pos1, pos2, {
|
||||||
css: css,
|
css: css,
|
||||||
'data-cptippy-html': true,
|
attributes: {
|
||||||
|
'data-cptippy-html': true,
|
||||||
|
},
|
||||||
title: makeTippy(cursor),
|
title: makeTippy(cursor),
|
||||||
className: 'cp-tippy-html'
|
className: 'cp-tippy-html'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue