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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user