parent
a23b5310e6
commit
a4c75df182
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@
|
|||
}
|
||||
|
||||
isPanePinnable(id) {
|
||||
return id !== 'info';
|
||||
return id !== 'info' && id !== 'context-all-notes' && id !== 'context-item-notes';
|
||||
}
|
||||
|
||||
showPendingPane() {
|
||||
|
|
Loading…
Reference in a new issue