You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Desktop: Fix issue with tag not being displayed below note when it is created
This commit is contained in:
@@ -40,7 +40,9 @@ const reduxSharedMiddleware = async function(store, next, action) {
|
||||
|
||||
if (action.type === 'NOTE_DELETE' ||
|
||||
action.type === 'NOTE_SELECT' ||
|
||||
action.type === 'NOTE_SELECT_TOGGLE') {
|
||||
action.type === 'NOTE_SELECT_TOGGLE' ||
|
||||
action.type === 'TAG_UPDATE_ONE' ||
|
||||
action.type === 'TAG_UPDATE_ALL') {
|
||||
let noteTags = [];
|
||||
|
||||
// We don't need to show tags unless only one note is selected.
|
||||
|
Reference in New Issue
Block a user