Fix ItemDetails notifier type key

This commit is contained in:
windingwind 2024-04-05 18:39:53 +08:00
parent 6f8a109574
commit 808fe9b665

View file

@ -318,7 +318,7 @@
notify = async (action, type, _ids, _extraData) => {
if (action == 'refresh' && this.item) {
if (type == 'item-pane') {
if (type == 'itempane') {
this.renderCustomSections();
}
await this.render();