fix(frontend): テーマ切り替え時に一部の色が変わらない問題を修正
This commit is contained in:
@@ -7,6 +7,7 @@ import { EventEmitter } from 'eventemitter3';
|
||||
import * as Misskey from 'misskey-js';
|
||||
|
||||
export const globalEvents = new EventEmitter<{
|
||||
themeChanging: () => void;
|
||||
themeChanged: () => void;
|
||||
clientNotification: (notification: Misskey.entities.Notification) => void;
|
||||
requestClearPageCache: () => void;
|
||||
|
Reference in New Issue
Block a user