var feeds = Zotero.Feeds.getAll();for (let feed of feeds) { await feed.eraseTx({ deleteItems: true });}
Upload image file with the file dialog or by dragging and dropping images onto the dashed region
To fix, you can either delete them manually or run this in Tools → Developer → Run JavaScript to delete all feeds:
var feeds = Zotero.Feeds.getAll();
for (let feed of feeds) {
await feed.eraseTx({ deleteItems: true });
}
Are the feeds gone if you restart Zotero?