From 37c149a0d6286050c466505f346c0e6a89589bb6 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Sat, 7 May 2022 09:35:38 -0300 Subject: [PATCH] Dont clean color marks since they are created at the moment correctly --- js/script.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/script.js b/js/script.js index 2910a92..4242e15 100644 --- a/js/script.js +++ b/js/script.js @@ -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();