Add 'Title' placeholder to notes..

This commit is contained in:
Matias De lellis
2022-05-18 21:14:40 -03:00
parent 5000048396
commit dfd4701e67
3 changed files with 6 additions and 3 deletions

View File

@@ -327,7 +327,6 @@ View.prototype = {
});
}
// Show delete and pin icons when hover over the notes.
$("#notes-grid-div").on("mouseenter", ".quicknote", function() {
$(this).find(".icon-header-note").addClass( "show-header-icon");