mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This commit changes the pastehandler to have a case when a url is tried to paste on composebox. It instead of directly pasting it, changes the content as we do using ctrl + shift + L, just the difference is here it uses, the copied text instead of url and cursor moves forward. Fixes #18692