From 6dc59b9fd3a36e4abb2edc42e6e8a70e9d0e2100 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 22 May 2025 01:04:54 +0300 Subject: [PATCH] Don't let tag management shrink vertically --- public/scripts/tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/tags.js b/public/scripts/tags.js index a0e6816bd..2fc5ed537 100644 --- a/public/scripts/tags.js +++ b/public/scripts/tags.js @@ -1315,7 +1315,7 @@ async function onViewTagsListClick() { printViewTagList(tagContainer); makeTagListDraggable(tagContainer); - await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true }); + await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true, large: true }); } /**