fix page level comment on mobile (#2018)

* add icon next to comment box
This commit is contained in:
Philip Okugbe
2026-03-14 01:01:24 +00:00
committed by GitHub
parent 65b89a1b24
commit d0ed6865cb
2 changed files with 28 additions and 8 deletions
@@ -24,7 +24,12 @@ function CommentActions({
</Button>
)}
<Button size="compact-sm" loading={isLoading} onClick={onSave}>
<Button
size="compact-sm"
loading={isLoading}
onClick={onSave}
onMouseDown={(e) => e.preventDefault()}
>
{t("Save")}
</Button>
</Group>