zulip/zulip-flutter
Uploaded files should prepend a space or newline before `[...](...)`
开放
#2,227 创建于 2026年3月16日
a-composehelp wanted
仓库指标
- 星标
- (454 个星标)
- PR 合并指标
- (平均合并 25天 15小时) (30 天内合并 22 个 PR)
描述
Uploading a file inserts [...](...)\n\n where the cursor is -- with no proceeding whitespace. We should match the web behaviour of adding a newline before (if it's not at the start of a line already) and one one trailing newline.