Skip to content

Commit

Permalink
Fix: build is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi committed Dec 2, 2024
1 parent f6b23dc commit a68746d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/ui/editor/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
}

0 comments on commit a68746d

Please sign in to comment.