diff options
author | bobzel <zzzman@gmail.com> | 2021-10-26 17:24:43 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-10-26 17:24:43 -0400 |
commit | 92f34533d58291036ff6123c38502cbd4e22300d (patch) | |
tree | 3ea20f1fe213b994c6465be103f783fc0212a539 /src/client/views/MainView.tsx | |
parent | 2155d39fbc4a9bac3945e40ee10f95f41df466d3 (diff) | |
parent | 48d5e650ddc8caa8252561bbc91961f2f4677d6e (diff) |
Merge branch 'master' into ink_v1
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 |