Fix misisng html flag in tippy

pull/1/head
yflory 5 years ago
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…
Cancel
Save