mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
don't close merge dialog on click
This commit is contained in:
parent
190c011953
commit
eccdf691ac
@ -158,6 +158,7 @@ const ConcatDialog = memo(({
|
||||
<>
|
||||
<Dialog
|
||||
title={t('Merge/concatenate files')}
|
||||
shouldCloseOnOverlayClick={false}
|
||||
isShown={isShown}
|
||||
onCloseComplete={onHide}
|
||||
topOffset="3vh"
|
||||
|
Loading…
Reference in New Issue
Block a user