mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Add 'Title' placeholder to notes..
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user