This commit is contained in:
redphx 2024-02-02 10:04:59 +07:00
parent 966d7f2f6c
commit 0d39ccf8bf

View File

@ -9798,7 +9798,7 @@ function injectStreamMenuButtons() {
if ($node.className.startsWith('StreamMenu')) {
if (!document.querySelector('div[class^=PureInStreamConfirmationModal]')) {
Bx.dispatch(window, BxEvent.STREAM_MENU_HIDDEN);
BxEvent.dispatch(window, BxEvent.STREAM_MENU_HIDDEN);
}
}
});