Merged in hotfix/MAPG-125-ability-to-delete-maps (pull request #109)
MAPG-125 re-add select map name when opening modal
This commit is contained in:
commit
61ce915ec0
@ -412,6 +412,7 @@
|
||||
e.preventDefault();
|
||||
|
||||
MapGuesser.showModal('metadata');
|
||||
document.getElementById('metadataForm').elements.name.select();
|
||||
};
|
||||
|
||||
document.getElementById('metadataForm').onsubmit = function (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user