From d826af7b5547b19838fc1c51558da06379bb960c Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Thu, 20 May 2021 15:36:58 -0300 Subject: [PATCH] fix: tags menu not opening --- .../components/NotesContextMenu.tsx | 4 +- .../javascripts/components/NotesOptions.tsx | 2 +- .../ui_models/app_state/notes_state.ts | 6 --- .../javascripts/views/notes/notes_view.ts | 40 +++++-------------- 4 files changed, 12 insertions(+), 40 deletions(-) diff --git a/app/assets/javascripts/components/NotesContextMenu.tsx b/app/assets/javascripts/components/NotesContextMenu.tsx index 0582deb85..17aa46cb4 100644 --- a/app/assets/javascripts/components/NotesContextMenu.tsx +++ b/app/assets/javascripts/components/NotesContextMenu.tsx @@ -31,8 +31,8 @@ const NotesContextMenu = observer(({ appState }: Props) => { return appState.notes.contextMenuOpen ? (
{appState.tags.tags.map((tag) => (