This commit is contained in:
tamaina 2023-08-04 12:05:52 +00:00
parent f7511ac93c
commit d25c38911d
1 changed files with 1 additions and 5 deletions

View File

@ -24,18 +24,14 @@ class ReactionPicker {
}, {
done: reaction => {
this.onChosen!(reaction);
this.manualShowing.value = false;
},
close: () => {
this.manualShowing.value = false;
},
hide: () => {
closed: () => {
this.src.value = null;
this.onClosed!();
},
bgclick: () => {
this.manualShowing.value = false;
}
});
}