aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-13 21:14:05 -0500
committerbobzel <zzzman@gmail.com>2021-02-13 21:14:05 -0500
commit4e1df78c6d94fabd949113801261150de8ed686c (patch)
treebc3c17a1c54cc61bd8c3f689b1cc44f2e2ab57da /src/client/views/nodes/PresBox.tsx
parentaca573baccc106363d6b61797b58cd60c742b0a0 (diff)
fixed bug introduced where stacked documents couldn't be reordered. changed lightbox future a bit.
Diffstat (limited to 'src/client/views/nodes/PresBox.tsx')
-rw-r--r--src/client/views/nodes/PresBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx
index 77b050abe..b9480fa74 100644
--- a/src/client/views/nodes/PresBox.tsx
+++ b/src/client/views/nodes/PresBox.tsx
@@ -70,6 +70,7 @@ export class PinProps {
audioRange?: boolean;
unpin?: boolean;
setPosition?: boolean;
+ hidePresBox?: boolean;
}
type PresBoxSchema = makeInterface<[typeof documentSchema]>;