From df030462889e1a24b50a062bc27efde412949f9c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 24 Oct 2021 14:47:37 +0100 Subject: [PATCH] :sparkles: Adds functionality for navigating to single-section view --- src/components/LinkItems/Section.vue | 13 ++++++++++++- src/components/LinkItems/SectionContextMenu.vue | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index e7092e5c..0c8d3457 100644 --- a/src/components/LinkItems/Section.vue +++ b/src/components/LinkItems/Section.vue @@ -59,11 +59,13 @@ :id="`context-menu-${groupId}`" v-click-outside="closeContextMenu" @openEditSection="openEditSection" + @navigateToSection="navigateToSection" />