auto select goto timecode #1988

pull/1898/head
Mikael Finstad 2 years ago
parent ecc57047e4
commit 236bdd80c8
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -25,6 +25,9 @@ export async function promptTimeOffset({ initialValue, title, text, inputPlaceho
text,
input: 'text',
inputValue: initialValue || '',
didOpen: () => {
Swal.getInput()!.select();
},
showCancelButton: true,
inputPlaceholder,
});

Loading…
Cancel
Save