update block editor url to open when clicked (#20068)

This commit is contained in:
Sweta Agarwalla 2025-03-05 11:13:09 +05:30 committed by GitHub
parent c46ed2aa56
commit ff63ec55bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ export const extensions = [
}),
LinkExtension.configure({
autolink: false,
openOnClick: false,
openOnClick: true,
linkOnPaste: true,
HTMLAttributes: {
rel: 'noopener noreferrer nofollow',