aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewChromes.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-06-01 20:45:42 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-06-01 20:45:42 +0530
commiteafb8ddc3bf65c828e7fc15fd9df1e64fa7a27f8 (patch)
tree9fcf83c1c2ff6ff9ddc625dfc38a19756cfc7c36 /src/client/views/collections/CollectionViewChromes.tsx
parent79efbc8a35a51556a9199b6b48ecd98037cdbf67 (diff)
jsonified doc layout list
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
-rw-r--r--src/client/views/collections/CollectionViewChromes.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx
index 9b8a24d4a..3d712e4f5 100644
--- a/src/client/views/collections/CollectionViewChromes.tsx
+++ b/src/client/views/collections/CollectionViewChromes.tsx
@@ -598,7 +598,6 @@ export class CollectionGridViewChrome extends React.Component<CollectionViewChro
/**
* Sets whether the grid is flexible or not on the grid's Document.
*/
- @undoBatch
toggleFlex = () => {
this.props.CollectionView.props.Document.flexGrid = !this.props.CollectionView.props.Document.flexGrid;
}