1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Tag inputs respect non-QWERTY layouts

This commit is contained in:
Anthony Borushko
2020-03-31 19:57:27 +03:00
committed by GitHub
parent 1b3839ac0d
commit 638066db03
3 changed files with 7 additions and 9 deletions
@@ -13,8 +13,7 @@ import FormLabel from 'Components/Form/FormLabel';
import FormInputGroup from 'Components/Form/FormInputGroup';
import styles from './EditReleaseProfileModalContent.css';
// Tab, enter, and comma
const tagInputDelimiters = [9, 13, 188];
const tagInputDelimiters = ['Tab', 'Enter', ','];
function EditReleaseProfileModalContent(props) {
const {