소스 검색

auto commit

master
jfinn 3 년 전
부모
커밋
1edbb3ea1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/utils.ts

+ 1
- 1
src/utils.ts 파일 보기

460
 
460
 
461
 export const preventUnload = (event: BeforeUnloadEvent) => {
461
 export const preventUnload = (event: BeforeUnloadEvent) => {
462
   console.log("unprevent_unload")
462
   console.log("unprevent_unload")
463
-  // return 
463
+  return 
464
 
464
 
465
   event.preventDefault();
465
   event.preventDefault();
466
   // NOTE: modern browsers no longer allow showing a custom message here
466
   // NOTE: modern browsers no longer allow showing a custom message here

Loading…
취소
저장