Skip to content

Commit

Permalink
Update comment for retrieveMaxCanvasArea x4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Oct 10, 2023
1 parent 1e2b7f4 commit 1793df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/CanvasSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ONYXKEYS from '../../ONYXKEYS';
import * as Browser from '../Browser';

/**
* Calculate the max area of canvas on this specific platform and save it in onyx.
* Calculate the max area of canvas on this specific platform and save it in onyx
*/
function retrieveMaxCanvasArea() {
// We're limiting the maximum value on mobile web to prevent a crash related to rendering large canvas elements.
Expand Down

0 comments on commit 1793df2

Please sign in to comment.