Skip to content

Commit 7275290

Browse files
committed
chore: clean up ts def
1 parent c104ee6 commit 7275290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interface.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export interface AlignType {
3535
* offset target node by offset[0] in x and offset[1] in y.
3636
* If targetOffset contains percentage string value, it is relative to targetNode region.
3737
*/
38-
targetOffset?: number[];
38+
// zombieJ: removed in major version. Just keep def comment here in case we need it back.
39+
// targetOffset?: number[];
3940
/**
4041
* If adjustX field is true, will adjust source node in x direction if source node is invisible.
4142
* If adjustY field is true, will adjust source node in y direction if source node is invisible.

0 commit comments

Comments
 (0)