best_in_place
best_in_place copied to clipboard
trix-editor support for best_in_place?
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.