feat: close tranbox when click away
This commit is contained in:
@@ -175,6 +175,7 @@ export default function TranBox({
|
||||
header={<Header setShowPopup={setShowBox} />}
|
||||
onChangeSize={setBoxSize}
|
||||
onChangePosition={setBoxPosition}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<Divider />
|
||||
<TranForm
|
||||
|
||||
Reference in New Issue
Block a user