mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:22:24 -05:00
wwwwwwwwwwww
This commit is contained in:
parent
b5bdf23f0e
commit
a7b8c2e388
1 changed files with 2 additions and 1 deletions
|
|
@ -211,7 +211,8 @@ function DraftListEntry({ permDraft, linkTo, backLocation }: DraftEntryProps) {
|
|||
|
||||
const title = `${permTypeUpper} ${domain}`;
|
||||
|
||||
const onClick = (_) => {
|
||||
const onClick = (e) => {
|
||||
e.preventDefault();
|
||||
// When clicking on a draft, direct
|
||||
// to the detail view for that draft.
|
||||
setLocation(linkTo, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue