Skip to content

Commit

Permalink
change property
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Aug 1, 2024
1 parent d9643e1 commit 2c5c467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/wkts-match/wkts-match.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class WktsMatchComponent {
}
else {
// @ts-ignore
screen.orientation.lock("landscape");
screen.orientation.lock("landscape-primary");
chartEle?.requestFullscreen();
console.log('enter fullscreen')
}
Expand Down

0 comments on commit 2c5c467

Please sign in to comment.