@lexical/react
Version:
This package provides Lexical components and hooks for React applications.
10 lines (8 loc) • 550 B
JavaScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
;var e=require("@lexical/extension"),i=require("@lexical/link"),l=require("@lexical/react/LexicalComposerContext"),r=require("react");exports.ClickableLinkPlugin=function({newTab:n=!0,disabled:a=!1}){const[t]=l.useLexicalComposerContext();return r.useEffect(()=>i.registerClickableLink(t,e.namedSignals({disabled:a,newTab:n})),[t,n,a]),null};