Merge remote-tracking branch 'github/master'

This commit is contained in:
2023-11-07 14:12:30 +08:00
2 changed files with 9 additions and 4 deletions

View File

@@ -266,8 +266,6 @@ export default (props: {
const [totalCost, setTotalCost] = useState(getTotalCost());
// @ts-ignore
const { langCode, setLangCode } = useContext(langCodeContext);
// type is MediaDeviceInfo
const [devices, setDevices] = useState([] as MediaDeviceInfo[]);
useEffect(() => {
const handleKeyPress = (event: any) => {