Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Allow preview issue description if title is empty
dnlklmn committed 2 years ago
commit 3f07650bccadb375c0f794435b97ce86f70cfe3d
parent 1ef7be3974fdc43dfb8a84bc7c725735ca2823e3
1 file changed +1 -1
modified src/components/ExtendedTextarea.svelte
@@ -181,7 +181,7 @@
    </Button>
    <Button
      styleBorderRadius="0"
-
      disabled={!isValid()}
+
      disabled={disallowEmptyBody && body.length === 0}
      variant={preview ? "selected" : "not-selected"}
      on:click={() => {
        preview = true;