diff --git a/packages/ui/src/components/ui/editor/utils.ts b/packages/ui/src/components/ui/editor/utils.ts index c362530e..78734d3d 100644 --- a/packages/ui/src/components/ui/editor/utils.ts +++ b/packages/ui/src/components/ui/editor/utils.ts @@ -181,7 +181,6 @@ function updateNodeAttrs(editor: any, url: string, updatedAttrs: any) { updatedAttrs, // Merge new attributes with existing ones ); editor.view.dispatch(transaction); // Apply the transaction - return false; // Stop traversing once the node is found and updated } }); }