絵文字のSet Lisenceを複数行対応 (MisskeyIO#181)

This commit is contained in:
nenohi
2023-10-17 14:02:20 +09:00
committed by GitHub
parent 62d26a5d0a
commit f3043278ea
3 changed files with 20 additions and 9 deletions

View File

@@ -228,6 +228,7 @@ const setCategoryBulk = async () => {
const setLicenseBulk = async () => {
const { canceled, result } = await os.inputText({
type: 'textarea',
title: 'License',
});
if (canceled) return;