mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +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._editableContent('');
|
||||||
this._editablePinned(false);
|
this._editablePinned(false);
|
||||||
this._editableTags([]);
|
this._editableTags([]);
|
||||||
|
|
||||||
$.each($("#modal-note-div .circle-toolbar"), function(i, colortool) {
|
|
||||||
$(colortool).removeClass('icon-checkmark');
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
_showEditor: function(id) {
|
_showEditor: function(id) {
|
||||||
var note = $('.notes-grid [data-id=' + id + ']').parent();
|
var note = $('.notes-grid [data-id=' + id + ']').parent();
|
||||||
|
|||||||
Reference in New Issue
Block a user