Skip to content

add height property when duplicate line #1101

@anterta

Description

@anterta

when you duplicate line the height property is forgotten.

In function duplicateRow and in spliceRows

          rDst.style = rSrc.style;
+        rDst.height = rSrc.height;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions