if (selected.isFile) {
                    Quiver.selectedFile!!.delete()
                    // Replace the selected file with the dropped one
                    FileUtils.moveFile(selected, Quiver.selectedFile)
                    EventReplaceFile.trigger(Quiver.selectedFile!!)