From 36183761f8ba78dfd4b503e925d0ff40af33b892 Mon Sep 17 00:00:00 2001 From: evykassirer Date: Tue, 1 Oct 2024 22:54:20 -0700 Subject: [PATCH] settings_notifications: Add specificity to select classname to justify type. --- web/src/settings_notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/settings_notifications.ts b/web/src/settings_notifications.ts index a1c225157b..d331f9076e 100644 --- a/web/src/settings_notifications.ts +++ b/web/src/settings_notifications.ts @@ -178,7 +178,7 @@ export function set_up(settings_panel: SettingsPanel): void { const $notification_sound_elem = $(settings_panel.notification_sound_elem); const for_realm_settings = settings_panel.for_realm_settings; const $notification_sound_dropdown = $container.find( - ".setting_notification_sound", + "select:not([multiple]).setting_notification_sound", ); $container.find(".play_notification_sound").on("click", () => {