kopia lustrzana https://github.com/mifi/lossless-cut
auto select goto timecode #1988
rodzic
ecc57047e4
commit
236bdd80c8
|
@ -25,6 +25,9 @@ export async function promptTimeOffset({ initialValue, title, text, inputPlaceho
|
|||
text,
|
||||
input: 'text',
|
||||
inputValue: initialValue || '',
|
||||
didOpen: () => {
|
||||
Swal.getInput()!.select();
|
||||
},
|
||||
showCancelButton: true,
|
||||
inputPlaceholder,
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue