feat(importer): check "copy" as default action

Let's make it simpler for new comers, and advanced users will know
where to click to change the behaviour.
This commit is contained in:
Yohan Boniface 2024-12-05 17:46:44 +01:00
parent f8eb67e1a5
commit 2d80bd4ce4

View file

@ -33,7 +33,7 @@ const TEMPLATE = `
<fieldset id="import-mode" class="formbox">
<legend class="counter" data-help="importMode">${translate('Choose import mode')}</legend>
<label>
<input type="radio" name="action" value="copy" onchange />
<input type="radio" name="action" value="copy" checked onchange />
${translate('Copy into the layer')}
</label>
<label>