Commit d9da49b
committed
fix: remove redundant w:pic "insertion"
The removed `._insert_pic(pic)` call is redundant because the `pic`
element is already inserted by the prior `CT_Inline.new()` call. The
reason the second `._insert_pic()` call did not add a second `pic`
element is that the `pic` element is the same instance in both cases. So
that `pic` element is "moved" from where it was, back to the same place.1 parent 592fa8f commit d9da49b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
| |||
0 commit comments