diff --git a/web/src/stream_settings_ui.js b/web/src/stream_settings_ui.js index 1edbd9e71f..f7f03f771a 100644 --- a/web/src/stream_settings_ui.js +++ b/web/src/stream_settings_ui.js @@ -1166,7 +1166,7 @@ export function initialize() { // click; this fixes an issue where hitting "Enter" would // trigger this code path due to bootstrap magic. if (e.clientY !== 0) { - show_subs_pane.nothing_selected(); + stream_edit.open_edit_panel_empty(); } });