@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.js CHANGED
@@ -3377,6 +3377,7 @@ var FloatingLinkEditor = ({ editor, isLink, setIsLink, isLinkEditMode, setIsLink
3377
3377
  href: sanitizeUrl(linkUrl),
3378
3378
  target: "_blank",
3379
3379
  rel: "noopener noreferrer",
3380
+ onMouseDown: preventDefault,
3380
3381
  style: {
3381
3382
  padding: "0 8px",
3382
3383
  overflow: "hidden",