Merge pull request #516 from sep2/master

This commit is contained in:
Haishan 2020-08-11 20:23:13 +08:00 committed by GitHub
commit 3e83d2a705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,7 @@ function ConfigImpl({
break;
case 'redir-port':
case 'socks-port':
case 'mixed-port':
case 'port':
if (target.value !== '') {
const num = parseInt(target.value, 10);