NeoCoderMatrix86 / AudioCuesheetEditor

AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Invalid file alert is not cleared #386

Closed NeoCoderMatrix86 closed 2 weeks ago

NeoCoderMatrix86 commented 1 month ago

Describe the bug When using the import view and dropping an invalid file to the target, an alert is displayed saying the file is invalid. When you drop another file, the message is not cleared, resulting in an error message, when stepping back.