Merge branch 'master' into dev

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
zadam
2023-01-05 16:17:33 +01:00
14 changed files with 51 additions and 37 deletions

View File

@@ -320,8 +320,6 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
&& attributeService.isAffecting(attr, this.note));
if (label || relation) {
console.log("OOOO");
// probably incorrect event
// calling this.refresh() is not enough since the event needs to be propagated to children as well
this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId});