mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:59:55 +01:00
chore(client): remove redundant log
This commit is contained in:
@@ -75,10 +75,7 @@ class ContextMenu {
|
||||
if (this.isMobile) {
|
||||
this.$cover.on("click", () => this.hide());
|
||||
} else {
|
||||
$(document).on("click", (e) => {
|
||||
console.log("Hide due to clickus")
|
||||
this.hide()
|
||||
});
|
||||
$(document).on("click", (e) => this.hide());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user