Fix ItemDetails notifier type key
This commit is contained in:
parent
6f8a109574
commit
808fe9b665
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue