mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-09 13:30:46 +08:00
Add clickable icons to timeline
This commit is contained in:
@@ -153,6 +153,7 @@ export default {
|
||||
reply: (c.replies || []).map(mapComment),
|
||||
openReplies: false,
|
||||
src: c.author.avatar,
|
||||
iconClick: () => router.push(`/users/${c.author.id}`)
|
||||
})
|
||||
|
||||
const getTopRelativeTo = (el, container) => {
|
||||
|
||||
Reference in New Issue
Block a user