fix qull editor's tooltip
This commit is contained in:
parent
93af6c425d
commit
b0b41bc3ce
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue