mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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)';
|
||||
marks[id] = editor.markText(pos1, pos2, {
|
||||
css: css,
|
||||
'data-cptippy-html': true,
|
||||
attributes: {
|
||||
'data-cptippy-html': true,
|
||||
},
|
||||
title: makeTippy(cursor),
|
||||
className: 'cp-tippy-html'
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user