diff options
author | bobzel <zzzman@gmail.com> | 2023-05-16 21:25:46 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-16 21:25:46 -0400 |
commit | 735b955cc9086168f613b94ca80599d4772ad3c1 (patch) | |
tree | 43c08846c20af3fa44a4412911b9938893dc9440 /src | |
parent | 39a4e8107f659a9c1f1374482d12ba9f7a1bc5e4 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index 3eadc3047..14d463a6b 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -330,7 +330,6 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { @action back = () => { const activeItem: Doc = this.activeItem; - const prevItem = Cast(this.childDocs[Math.max(0, this.itemIndex - 1)], Doc, null); let prevSelected = this.itemIndex; // Functionality for group with up let didZoom = activeItem.presMovement; |