Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam 2021-01-23 21:53:21 +01:00
commit 345de752d1

View File

@ -67,8 +67,6 @@ export default class NoteTypeWidget extends TabAwareWidget {
const noteType = NOTE_TYPES.find(nt => nt.type === type); const noteType = NOTE_TYPES.find(nt => nt.type === type);
this.save(noteType.type, noteType.mime); this.save(noteType.type, noteType.mime);
this.$widget.find('.dropdown-toggle').dropdown('toggle');
}); });
if (this.note.type === noteType.type) { if (this.note.type === noteType.type) {