Fix: 修复在线版在平板下保存文件异常
This commit is contained in:
@@ -125,7 +125,8 @@ File.saveAs = async () => {
|
|||||||
accept: {
|
accept: {
|
||||||
'application/xml': filters
|
'application/xml': filters
|
||||||
}
|
}
|
||||||
}]
|
}],
|
||||||
|
suggestedName: 'mixly.mix'
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
const obj = await window.showSaveFilePicker(fileConfig);
|
const obj = await window.showSaveFilePicker(fileConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user