logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: d3454ca7de6b869b13d98020dd1a567516e77305
parent f44ae0ce6b689c4dab7f6ae5105ea5b23a909de8
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 23 Aug 2022 22:16:51 +0300

fix being unable to edit timeline pins on mobile

Diffstat:

Msrc/components/nav_panel/nav_panel.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue @@ -47,7 +47,7 @@ <NavigationEntry v-for="item in timelinesItems" :key="item.name" - :show-pin="editMode" + :show-pin="editMode || forceEditMode" :item="item" /> </ul>