erase console.log
This commit is contained in:
parent
531313f24d
commit
6b33854953
|
@ -58,7 +58,6 @@ const modal = $shallowRef<InstanceType<typeof MkModal>>();
|
|||
const picker = $shallowRef<InstanceType<typeof MkEmojiPicker>>();
|
||||
|
||||
function chosen(emoji: any) {
|
||||
console.log(`chosen : ${props.choseAndClose}`);
|
||||
emit('done', emoji);
|
||||
if (props.choseAndClose) {
|
||||
modal?.close();
|
||||
|
|
Loading…
Reference in New Issue