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) {
|
if (this.isMobile) {
|
||||||
this.$cover.on("click", () => this.hide());
|
this.$cover.on("click", () => this.hide());
|
||||||
} else {
|
} else {
|
||||||
$(document).on("click", (e) => {
|
$(document).on("click", (e) => this.hide());
|
||||||
console.log("Hide due to clickus")
|
|
||||||
this.hide()
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user