You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note the `if` check in lines `(*)` and `(**)`. Every browser except Safari returns `null` when the input is canceled, and Safari returns an empty string. So we must treat them same for compatibility.
30
-
31
-
Also note the vertical indents inside the `if` blocks. They are technically not required, but make the code more readable.
25
+
Note the vertical indents inside the `if` blocks. They are technically not required, but make the code more readable.
0 commit comments