This commit is contained in:
ThinaticSystem
2022-09-12 00:25:22 +09:00
committed by sim1222
parent 3a7fbf9406
commit 9c48c97047
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { popup } from '@/os';
class ReactionPicker {
private src: Ref<HTMLElement | null> = ref(null);
private manualShowing = ref(false);
private onChosen?: ({ reaction: string, withRenote: boolean }) => void;
private onChosen?: (reaction: string, withRenote: boolean) => void;
private onClosed?: () => void;
constructor() {