Skip to content

Commit a3c5d23

Browse files
committed
refactor(elementUpdater): dont append undefined style to node xyflow#251
1 parent 76a409b commit a3c5d23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useElementUpdater.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ const useElementUpdater = (elements: Elements): void => {
5555
return {
5656
...existingNode,
5757
data,
58-
style,
5958
};
6059
}
6160

0 commit comments

Comments
 (0)