mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't let tag management shrink vertically
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user