Don't allow pinning Item Notes and All Notes

Fixes #3626
This commit is contained in:
Abe Jellinek 2024-01-31 12:52:56 -05:00
parent a23b5310e6
commit a4c75df182

View file

@ -335,7 +335,7 @@
}
isPanePinnable(id) {
return id !== 'info';
return id !== 'info' && id !== 'context-all-notes' && id !== 'context-item-notes';
}
showPendingPane() {