Skip to content

Commit

Permalink
perf(pencil): remove graphiteWidth option
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
  • Loading branch information
Junjiequan committed Apr 10, 2024
1 parent 8ff32ab commit af7fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/users/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class LoginComponent implements OnInit, OnDestroy {
redirectOIDC(authURL: string) {
this.document.location.href = `${this.appConfig.lbBaseURL}/${authURL}`;

console.log("-Breaking change1234");
console.log("-Breaking change12345");
}

openPrivacyDialog() {
Expand Down

0 comments on commit af7fa42

Please sign in to comment.