Clear master import file input

This commit is contained in:
Cohee 2024-09-22 22:47:28 +03:00
parent 9d38878007
commit d1d1586008
1 changed files with 1 additions and 0 deletions

View File

@ -919,6 +919,7 @@ export async function initPresetManager() {
const data = await parseJsonFile(file);
const fileName = file.name.replace('.json', '');
await PresetManager.performMasterImport(data, fileName);
e.target.value = null;
});
$('#af_master_export').on('click', async () => {