refactor(client): better semantics
This commit is contained in:
@ -135,7 +135,7 @@ export default defineComponent({
|
||||
action: () => {
|
||||
window.open(`https://misskey-hub.net/help.md`, '_blank');
|
||||
}
|
||||
}], ev.currentTarget || ev.target);
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
},
|
||||
|
||||
number
|
||||
|
Reference in New Issue
Block a user