mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Dont clean color marks since they are created at the moment correctly
This commit is contained in:
@@ -959,10 +959,6 @@ View.prototype = {
|
||||
this._editableContent('');
|
||||
this._editablePinned(false);
|
||||
this._editableTags([]);
|
||||
|
||||
$.each($("#modal-note-div .circle-toolbar"), function(i, colortool) {
|
||||
$(colortool).removeClass('icon-checkmark');
|
||||
});
|
||||
},
|
||||
_showEditor: function(id) {
|
||||
var note = $('.notes-grid [data-id=' + id + ']').parent();
|
||||
|
||||
Reference in New Issue
Block a user