Merge remote-tracking branch 'upstream/pull/5316'

This commit is contained in:
Tom Hughes 2024-11-13 17:05:12 +00:00
commit 380027ffe0

View file

@ -139,8 +139,6 @@ OSM.NewNote = function (map) {
newNote.on("remove", function () {
addNoteButton.removeClass("active");
}).on("dragstart", function () {
$(newNote).stopTime("removenote");
}).on("dragend", function () {
content.find("textarea").focus();
});