mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-09 17:14:05 +02:00
refactor(client): better semantics
This commit is contained in:
@@ -127,7 +127,7 @@ export default defineComponent({
|
||||
clipId: this.clip.id,
|
||||
});
|
||||
}
|
||||
} : undefined], ev.currentTarget || ev.target);
|
||||
} : undefined], ev.currentTarget ?? ev.target);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user