mattermost/mattermost
GitHub で見るPasting a URL using ctrl+V should create a link, even when editing an existing message
Open
#26,675 opened on 2024年4月5日
Help Wanted
説明
Summary
Bug report in one concise sentence
Steps to reproduce
- Start a new message, Write Hello.
- Copy a URL somewhere (for example https://github.com/)
- Select Hello and press CTRL + V → this creates a link:
[Hello](https://github.com/) - Send your message
- Edit this message and write Mary
- Do the same: select it and press CTRL + V → this replaces Mary by the URL
Expected behavior
- A link should be created, like in step 3
I also see in https://docs.mattermost.com/collaborate/format-messages.html that:
Format selected message text as a link by pressing Ctrl K on Windows and Linux, or by pressing ⌘ K on Mac.
I also mention https://github.com/mattermost/mattermost/issues/26399 because this is related
While Ctrl K on Windows triggers a search, not a link.