mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-04 14:44:09 +02:00
refactor(client): better semantics
This commit is contained in:
@@ -119,7 +119,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