Dont clean color marks since they are created at the moment correctly

This commit is contained in:
Matias De lellis
2022-05-07 09:35:38 -03:00
parent 64b395e9f1
commit 37c149a0d6

View File

@@ -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();