mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 02:52:26 -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 title = `${permTypeUpper} ${domain}`;
|
||||||
|
|
||||||
const onClick = (_) => {
|
const onClick = (e) => {
|
||||||
|
e.preventDefault();
|
||||||
// When clicking on a draft, direct
|
// When clicking on a draft, direct
|
||||||
// to the detail view for that draft.
|
// to the detail view for that draft.
|
||||||
setLocation(linkTo, {
|
setLocation(linkTo, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue