Skip to content

Commit

Permalink
Fix lexical-link typo s/_rel/__rel/ (#5221)
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 13, 2023
1 parent 8c7cc81 commit 04e5e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-link/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export class AutoLinkNode extends LinkNode {
);
if ($isElementNode(element)) {
const linkNode = $createAutoLinkNode(this.__url, {
rel: this._rel,
rel: this.__rel,
target: this.__target,
title: this.__title,
});
Expand Down

2 comments on commit 04e5e4a

@vercel
Copy link

@vercel vercel bot commented on 04e5e4a Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical-git-main-fbopensource.vercel.app
lexical-fbopensource.vercel.app
lexicaljs.org
www.lexical.dev
lexical.dev
lexicaljs.com

@vercel
Copy link

@vercel vercel bot commented on 04e5e4a Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground-fbopensource.vercel.app
lexical-playground.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.