mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
Don't collapse color menu when click on empty area
This commit is contained in:
@@ -599,6 +599,10 @@ View.prototype = {
|
||||
$(this).toggleClass("open");
|
||||
});
|
||||
|
||||
$('#colors-folder > ul').click(function (event) {
|
||||
event.stopPropagation();
|
||||
});
|
||||
|
||||
$('#notes-folder').click(function () {
|
||||
$(this).toggleClass("open");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user