迁移屏蔠菜单事件绑定
This commit is contained in:
@@ -9,6 +9,7 @@ export {
|
||||
BLOCKABLE_SYSTEM_SENDERS,
|
||||
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
|
||||
CHAT_SOUND_MUTED_STORAGE_KEY,
|
||||
bindBlockMenuControls,
|
||||
bindSoundMuteControl,
|
||||
isSoundMuted,
|
||||
loadBlockedSystemSenders,
|
||||
@@ -38,6 +39,7 @@ import {
|
||||
BLOCKABLE_SYSTEM_SENDERS,
|
||||
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
|
||||
CHAT_SOUND_MUTED_STORAGE_KEY,
|
||||
bindBlockMenuControls,
|
||||
bindSoundMuteControl,
|
||||
isSoundMuted,
|
||||
loadBlockedSystemSenders,
|
||||
@@ -74,6 +76,7 @@ if (typeof window !== "undefined") {
|
||||
BLOCKABLE_SYSTEM_SENDERS,
|
||||
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
|
||||
CHAT_SOUND_MUTED_STORAGE_KEY,
|
||||
bindBlockMenuControls,
|
||||
bindSoundMuteControl,
|
||||
isSoundMuted,
|
||||
loadBlockedSystemSenders,
|
||||
@@ -99,4 +102,5 @@ if (typeof window !== "undefined") {
|
||||
bindChatImageUploadControl();
|
||||
bindChatRightPanelControls();
|
||||
bindMobileDrawerControls();
|
||||
bindBlockMenuControls();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user