diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-17 17:45:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-10-17 17:45:10 -0400 |
| commit | 223262242f7db021c8449e920645892cc5ed2820 (patch) | |
| tree | 96bee1cd2d3070028dae8dbeab340b82d6748c34 /src/client/views/collections/CollectionLinearView.tsx | |
| parent | 5816840af60f97a34318a52a5276482cab392496 (diff) | |
major rewrite of native width/height/aspect. Fixed scaling of text note sidebars.
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx index 0eac5136a..b6ab3f0e0 100644 --- a/src/client/views/collections/CollectionLinearView.tsx +++ b/src/client/views/collections/CollectionLinearView.tsx @@ -129,7 +129,6 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { {this.childLayoutPairs.map((pair, ind) => { const nested = pair.layout._viewType === CollectionViewType.Linear; const dref = React.createRef<HTMLDivElement>(); - const nativeWidth = NumCast(pair.layout._nativeWidth, this.dimension()); const scalable = pair.layout.onClick || pair.layout.onDragStart; return <div className={`collectionLinearView-docBtn` + (scalable ? "-scalable" : "")} key={pair.layout[Id]} ref={dref} style={{ |
