Skip to content

Keep TableAnnotation type when lines are merged - #572

Open
FedyaBadyilo wants to merge 1 commit into
ispras:developfrom
FedyaBadyilo:fix/shift-annotations-keep-tables
Open

Keep TableAnnotation type when lines are merged#572
FedyaBadyilo wants to merge 1 commit into
ispras:developfrom
FedyaBadyilo:fix/shift-annotations-keep-tables

Conversation

@FedyaBadyilo

Copy link
Copy Markdown

Summary

  • __shift_annotations now copies table and attachment marks as TableAnnotation / AttachAnnotation instead of a generic Annotation.
  • Several tables on a glued line all stay in the tree: AnnotationMerger no longer drops all but the first.

Closes #571

Test plan

  • python -m unittest tests.unit_tests.test_misc_tree_node
  • flake8 .

@FedyaBadyilo
FedyaBadyilo changed the base branch from master to develop August 22, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

При склейке строк из нескольких таблиц в дереве остаётся только первая

1 participant