迁移右侧面板事件绑定
This commit is contained in:
@@ -18,6 +18,7 @@ export {
|
||||
setSoundMuted,
|
||||
shouldMigrateLocalChatPreferences,
|
||||
} from "./chat-room/preferences-status.js";
|
||||
export { bindChatRightPanelControls } from "./chat-room/right-panel.js";
|
||||
export {
|
||||
normalizeRoomStatus,
|
||||
renderRoomStatusRow,
|
||||
@@ -45,6 +46,7 @@ import {
|
||||
setSoundMuted,
|
||||
shouldMigrateLocalChatPreferences,
|
||||
} from "./chat-room/preferences-status.js";
|
||||
import { bindChatRightPanelControls } from "./chat-room/right-panel.js";
|
||||
import {
|
||||
normalizeRoomStatus,
|
||||
renderRoomStatusRow,
|
||||
@@ -78,6 +80,7 @@ if (typeof window !== "undefined") {
|
||||
persistBlockedSystemSenders,
|
||||
setSoundMuted,
|
||||
shouldMigrateLocalChatPreferences,
|
||||
bindChatRightPanelControls,
|
||||
normalizeRoomStatus,
|
||||
renderRoomStatusRow,
|
||||
renderRoomsOnlineStatus,
|
||||
@@ -91,4 +94,5 @@ if (typeof window !== "undefined") {
|
||||
window.applyFontSize = applyFontSize;
|
||||
bindChatFontSizeControl();
|
||||
bindChatImageUploadControl();
|
||||
bindChatRightPanelControls();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user