diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-19 00:41:11 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-19 00:41:11 -0400 |
commit | bf4f4cb2e2997cb0ff6c86eef68b3d6b0310f319 (patch) | |
tree | 74bf6f581324655332be42aa0a99f6a5f8d3c703 /src/client/views/DocumentDecorations.tsx | |
parent | be5456616a7813572b9fdc9637d4009e7283a46a (diff) |
more cleanup of document view
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index ad38d16aa..4582c5b0c 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -381,7 +381,6 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> IconBox.AutomaticTitle(iconDoc); //iconDoc.proto![this._fieldKey] = selected.length > 1 ? "collection" : undefined; - iconDoc.proto!.isMinimized = false; iconDoc.width = Number(MINIMIZED_ICON_SIZE); iconDoc.height = Number(MINIMIZED_ICON_SIZE); iconDoc.x = NumCast(doc.x); |