Open JThoennes opened 2 years ago
The same applies to the generation of "Flow" elements. Instead of duplicating the documentWriter.write(context) it should be moved up. Deleted the second call. Sorry for the omission.
documentWriter.write(context)
@donmendelson please consider merging this PR because it completes my previous commit.
The same applies to the generation of "Flow" elements. Instead of duplicating the
documentWriter.write(context)
it should be moved up. Deleted the second call. Sorry for the omission.