Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonren0403 authored Nov 30, 2023
1 parent bf424b2 commit 436c83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ onfullscreenerror = (event) => {};
const requestor = document.querySelector("div");

function handleError(event) {
console.error("an error occurred changing into fullscreen");
console.error("切换至全屏模式时发生错误");
console.log(event);
}

Expand Down

0 comments on commit 436c83a

Please sign in to comment.