Fix message edit not showing (for real this time)

This commit is contained in:
SillyLossy
2023-03-31 00:06:45 +03:00
parent e009656c43
commit 27b50c0780

View File

@@ -128,6 +128,7 @@ async function generate(type, chat2, storyString, mesExamplesArray, promptBias,
finally {
context.activateSendButtons();
showSwipeButtons();
$('.mes_edit:last').show();
}
}