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 Sweta Agarwalla
parent 3625a48150
commit ebb500d5ef

View File

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