BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

bug with adding a link

Open olha-s opened this issue 1 year ago • 0 comments

If add a link without https://, then the current domain will be added to the link. For example, if you add a link to www.blocknotejs.org/, then the current domain will appear at the beginning, and it will look like this https://www.blocknotejs.org/www.blocknotejs.org/. If you add from https://, that is, https://www.blocknotejs.org/, then everything works correctly.

The bug can be reproduced here https://www.blocknotejs.org/

I assume that there should be a check for added link and if the link does not contain https://, then only https:// should be added to the link

olha-s avatar Jan 17 '24 10:01 olha-s