mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
remove console.log
This commit is contained in:
parent
6dce13bc34
commit
e8a9389e6d
@ -320,8 +320,6 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
|
|||||||
&& attributeService.isAffecting(attr, this.note));
|
&& attributeService.isAffecting(attr, this.note));
|
||||||
|
|
||||||
if (label || relation) {
|
if (label || relation) {
|
||||||
console.log("OOOO");
|
|
||||||
|
|
||||||
// probably incorrect event
|
// probably incorrect event
|
||||||
// calling this.refresh() is not enough since the event needs to be propagated to children as well
|
// calling this.refresh() is not enough since the event needs to be propagated to children as well
|
||||||
this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId});
|
this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user