diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-10-14 15:05:18 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-10-14 15:05:18 -0400 |
commit | b2ddc7e9b3d35e9b965ec7d512378d2a44e855a9 (patch) | |
tree | fe2a2c972b29fa5b4a9e2a328c19013489895bd8 /src/client/views/MainView.tsx | |
parent | 5bbd1b35d2c3855eae8405e26deb0c6679cc7c26 (diff) | |
parent | 760be3c3cbf5ba125dfc2ebbbc1c5315602c42c9 (diff) |
Merge branch 'master' into schema-view-En-Hua
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 6d0d5eb39..9a885fbf8 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -466,6 +466,7 @@ export class MainView extends React.Component { </div>; } + expandFlyout = action((button: Doc) => { // bcz: What's going on here!? // Chrome(not firefox) seems to have a bug when the flyout expands and there's a zoomed freeform tab. All of the div below the CollectionFreeFormView's main div |