From 9c2b98915e3edbd6093c408d2066e728a28108cc Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 23 Jan 2021 21:52:39 +0100 Subject: [PATCH] fix glitch in switching between different types of notes --- src/public/app/widgets/note_type.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/public/app/widgets/note_type.js b/src/public/app/widgets/note_type.js index efcfa84f4..8ad297d67 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) {