wip
This commit is contained in:
@@ -58,14 +58,11 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
preview(ev) {
|
||||
const picker = os.modal(MkReactionPicker, {
|
||||
os.modal(MkReactionPicker, {
|
||||
source: ev.currentTarget || ev.target,
|
||||
reactions: this.splited,
|
||||
showFocus: false,
|
||||
});
|
||||
picker.$once('chosen', reaction => {
|
||||
picker.close();
|
||||
});
|
||||
},
|
||||
|
||||
setDefault() {
|
||||
|
Reference in New Issue
Block a user