diff --git a/src/public/app/widgets/note_type.js b/src/public/app/widgets/note_type.js index 5d394db8d..3c66ec188 100644 --- a/src/public/app/widgets/note_type.js +++ b/src/public/app/widgets/note_type.js @@ -67,8 +67,6 @@ export default class NoteTypeWidget extends TabAwareWidget { const noteType = NOTE_TYPES.find(nt => nt.type === type); this.save(noteType.type, noteType.mime); - - this.$widget.find('.dropdown-toggle').dropdown('toggle'); }); if (this.note.type === noteType.type) {