Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
@@ -93,7 +93,7 @@ async function rename(file) {
|
||||
const { canceled, result } = await os.inputText({
|
||||
title: i18n.ts.enterFileName,
|
||||
default: file.name,
|
||||
allowEmpty: false,
|
||||
minLength: 1,
|
||||
});
|
||||
if (canceled) return;
|
||||
misskeyApi('drive/files/update', {
|
||||
|
Reference in New Issue
Block a user