Skip to content

Commit

Permalink
Remove unused timer from new note js controller
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Nov 13, 2024
1 parent 6042632 commit f614127
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/index/new_note.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit f614127

Please sign in to comment.