Update ModalTerminal.tsx
This commit is contained in:
parent
3bb72a19aa
commit
0650e012d8
|
|
@ -459,6 +459,7 @@ const ModalTerminal = ({
|
||||||
<Modal
|
<Modal
|
||||||
opened={opened}
|
opened={opened}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
|
if (openSelectIos) return;
|
||||||
onClose();
|
onClose();
|
||||||
if (
|
if (
|
||||||
line?.userOpenCLI === user?.userName &&
|
line?.userOpenCLI === user?.userName &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue