We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb15fdf commit 6fe7673Copy full SHA for 6fe7673
src/js/_enqueues/admin/user-profile.js
@@ -385,7 +385,7 @@
385
* @return {boolean} True if Caps Lock is on, false otherwise.
386
*/
387
function isCapsLockOn( e ) {
388
- // Skip warning on macOS Safari (they show native indicators).
+ // Skip warning on macOS Safari + Firefox (they show native indicators).
389
if ( isMac && ( isSafari || isFirefox ) ) {
390
return false;
391
}
0 commit comments