Remove unused timer from new note js controller

This commit is contained in:
Anton Khorev 2024-11-13 15:54:20 +03:00
parent 6042632806
commit f6141277d5

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();
});