diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-27 13:22:01 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-27 13:22:01 -0500 |
| commit | f43f47662293ddb2cd4d2eb217bc4f01b6d22826 (patch) | |
| tree | 490038f886cf644b088f0f7308103e17ad21c3a7 /src/client/views/DocumentDecorations.tsx | |
| parent | 31faf2b0683fc15c040d47425f931531c0d8a0f8 (diff) | |
animated expansion of video box timeline.
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 250b93188..54e0a7ac7 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -613,7 +613,7 @@ export class DocumentDecorations extends React.Component<{ boundsLeft: number, b }}> {closeIcon} {bounds.r - bounds.x < 100 ? null : titleArea} - {seldoc.props.hideDecorations ? (null) : + {seldoc.props.hideResizeHandles ? (null) : <> {SelectionManager.Views().length !== 1 || seldoc.Document.type === DocumentType.INK ? (null) : <Tooltip key="i" title={<div className="dash-tooltip">{`${seldoc.finalLayoutKey.includes("icon") ? "De" : ""}Iconify Document`}</div>} placement="top"> |
