@tarviks/lexical-rich-editor 1.3.7 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3356,6 +3356,7 @@ var FloatingLinkEditor = ({ editor, isLink, setIsLink, isLinkEditMode, setIsLink
3356
3356
  href: sanitizeUrl(linkUrl),
3357
3357
  target: "_blank",
3358
3358
  rel: "noopener noreferrer",
3359
+ onMouseDown: preventDefault,
3359
3360
  style: {
3360
3361
  padding: "0 8px",
3361
3362
  overflow: "hidden",