Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Reset `Issue` component state on `reload`
Sebastian Martinez committed 1 year ago
commit 376e475adf8f11dca2cddd3cf8be14267ee25451
parent 4537a003adf0796aef697527c7ce1e90d900f881
1 file changed +3 -0
modified src/views/repo/Issue.svelte
@@ -106,6 +106,9 @@
        id: issue.id,
      }),
    ]);
+

+
    topLevelReplyOpen = false;
+
    editingTitle = false;
  }

  async function createComment(body: string, embeds: Embed[]) {