Skip to content

Commit

Permalink
chore: clean up ts def
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Feb 9, 2023
1 parent c104ee6 commit 7275290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export interface AlignType {
* offset target node by offset[0] in x and offset[1] in y.
* If targetOffset contains percentage string value, it is relative to targetNode region.
*/
targetOffset?: number[];
// zombieJ: removed in major version. Just keep def comment here in case we need it back.
// targetOffset?: number[];
/**
* If adjustX field is true, will adjust source node in x direction if source node is invisible.
* If adjustY field is true, will adjust source node in y direction if source node is invisible.
Expand Down

0 comments on commit 7275290

Please sign in to comment.