Thanks to the method linked in that other thread, this snippet seems to actually solve the issue:
.cm-hashtag
{
pointer-events: none;
cursor: text;
}
Now if I could only make the List Callouts plugin behave the same way…
Thanks to the method linked in that other thread, this snippet seems to actually solve the issue:
.cm-hashtag
{
pointer-events: none;
cursor: text;
}
Now if I could only make the List Callouts plugin behave the same way…