Fix misisng html flag in tippy

This commit is contained in:
yflory 2020-05-11 16:12:52 +02:00
parent 3e71b3afac
commit 0feb4441da
1 changed files with 3 additions and 1 deletions

View File

@ -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'
});