mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
popover_menus: Add a comment explaining why we use parse_html.
This commit is contained in:
@@ -59,6 +59,8 @@ const default_popover_props = {
|
||||
its CSS to support Zulip's dark theme. */
|
||||
theme: "light-border",
|
||||
touch: true,
|
||||
/* Don't use allow-HTML here since it is unsafe. Instead, use `parse_html`
|
||||
to generate the required html */
|
||||
};
|
||||
|
||||
export function any_active() {
|
||||
|
Reference in New Issue
Block a user