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