alyssaxuu / mapus

A map tool with real-time collaboration 🗺️
MIT License
3.32k stars 202 forks source link

function focusMapName add disabled #13

Open 3xxx opened 1 year ago

3xxx commented 1 year ago
  function focusMapName() {
    $("#map-name").select();
    $("#map-name").addClass("map-editing");
    $("#map-name").prop("disabled", false);
  }