소스 검색

auto commit

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

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

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

Loading…
취소
저장