enhance(frontend): refactor and improve ux
This commit is contained in:
@@ -14,4 +14,5 @@ export const DI = {
|
||||
viewId: Symbol() as InjectionKey<string>,
|
||||
currentStickyTop: Symbol() as InjectionKey<Ref<number>>,
|
||||
currentStickyBottom: Symbol() as InjectionKey<Ref<number>>,
|
||||
mfmEmojiReactCallback: Symbol() as InjectionKey<(emoji: string) => void>,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user