mirror of
https://github.com/zadam/trilium.git
synced 2025-11-28 19:44:24 +01:00
chore(client): remove redundant log
This commit is contained in:
parent
16f0ac97f4
commit
b5959c55e1
@ -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()
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user