Update ModalTerminal.tsx

This commit is contained in:
nguyentrungthat 2026-01-08 13:19:30 +07:00
parent 3bb72a19aa
commit 0650e012d8
1 changed files with 1 additions and 0 deletions

View File

@ -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 &&