mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix a regression that broke the comments editor on the server
This commit is contained in:
parent
d124d50faf
commit
768aabceb3
@ -631,6 +631,7 @@ def add_action(toolbar, ac_name, action, editor_id):
|
||||
|
||||
|
||||
def create_comments_editor(container, options):
|
||||
options = options or {}
|
||||
iframe, editor = create_editor(options.insert_image_files)
|
||||
toolbars = E.div(style='flex-grow: 0')
|
||||
toolbar1 = E.div(class_=TOOLBAR_CLASS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user