Skip to content

Commit

Permalink
feat: nodes default unrotatable
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jan 8, 2020
1 parent 4677863 commit fe2de60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6/src/graph/common-accessor.ts
Expand Up @@ -41,7 +41,7 @@ export class CommonAccessor extends BaseGraph {
return (
this.isCellsRotatable() &&
!this.isCellLocked(cell) &&
style.rotatable !== false
style.rotatable === true
)
}

Expand Down

0 comments on commit fe2de60

Please sign in to comment.