Fix a regression that broke the comments editor on the server

This commit is contained in:
Kovid Goyal 2023-11-02 16:35:15 +05:30
parent d124d50faf
commit 768aabceb3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)