mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +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. */ |        its CSS to support Zulip's dark theme. */ | ||||||
|     theme: "light-border", |     theme: "light-border", | ||||||
|     touch: true, |     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() { | export function any_active() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user