mapus icon indicating copy to clipboard operation
mapus copied to clipboard

function focusMapName add disabled

Open 3xxx opened this issue 2 years ago • 0 comments

  function focusMapName() {
    $("#map-name").select();
    $("#map-name").addClass("map-editing");
    $("#map-name").prop("disabled", false);
  }

3xxx avatar Oct 24 '22 13:10 3xxx