mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
Updates find_proper_insertion_index to check for the inline image classes as matching at least one of the classes in the element's attrib["class"] so that cases where an inline preview image has multiple classes, like YouTube video previews, will have the correct insertion index. Fixes #26186.