ITS A FORM NOOOOO
This commit is contained in:
@@ -127,8 +127,8 @@ export const SettingsModal: FC<Props> = ({
|
|||||||
)}
|
)}
|
||||||
{iosDeviceMenu && (
|
{iosDeviceMenu && (
|
||||||
<button
|
<button
|
||||||
onClick={(): void => {
|
onClick={(e): void => {
|
||||||
logger.log("Open native device picker");
|
e.preventDefault();
|
||||||
window.controls.showNativeOutputDevicePicker?.();
|
window.controls.showNativeOutputDevicePicker?.();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user