best_in_place icon indicating copy to clipboard operation
best_in_place copied to clipboard

trix-editor support for best_in_place?

Open glauni opened this issue 6 years ago • 0 comments

Is there any support for trix-editor? I've tried using something like

$(document).on('best_in_place:activate', function(el) { 
     $(element).trix-editor(); 
});

but this doesn't seem to work.

glauni avatar Jul 31 '18 19:07 glauni