mirror of
https://github.com/umap-project/umap.git
synced 2025-05-06 14:31:50 +02:00
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:
parent
f8eb67e1a5
commit
2d80bd4ce4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue