Fixed issue with selecting iocns by clicking icon next to saved note title.
This commit is contained in:
@@ -21,7 +21,7 @@ var Printer = function () {
|
||||
this.delete.addEventListener('click', this.confirmDelete);
|
||||
}
|
||||
|
||||
document.querySelectorAll('.icon').forEach(function (e) {
|
||||
document.querySelectorAll('.icons .icon').forEach(function (e) {
|
||||
e.addEventListener('click', function () {
|
||||
selfPrinter.selectIcon(this.title);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user