mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
refactor(client): better semantics
This commit is contained in:
@ -160,7 +160,7 @@ export default defineComponent({
|
||||
action: () => {
|
||||
copyToClipboard(this.url);
|
||||
}
|
||||
}], ev.currentTarget || ev.target);
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
},
|
||||
|
||||
back() {
|
||||
|
Reference in New Issue
Block a user