fix qull editor's tooltip

This commit is contained in:
thefalconx33 2019-10-22 14:21:27 +05:30
parent 93af6c425d
commit b0b41bc3ce

View file

@ -278,6 +278,10 @@ frappe.ui.form.Timeline = class Timeline {
e.preventDefault();
var name = $timeline_item.data('name');
// fix quill editor's tooltip
$timeline_item.attr('style', 'overflow: visible;');
$timeline_item.find('.timeline-content-show').attr('style', 'overflow: visible;');
if($timeline_item.hasClass('is-editing')) {
me.current_editing_area.submit();
} else {