diff options
author | bobzel <zzzman@gmail.com> | 2022-07-26 11:16:39 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-07-26 11:16:39 -0400 |
commit | 2f9ed7522d0615dfc27b7382be8b66eb341722da (patch) | |
tree | 1ede10999e24d8aa92c1d3e0698989ee6eaf8485 /src/client/views/MainView.tsx | |
parent | dc0ecb47cd4e63e4861b79c00fe131de4450f46b (diff) |
made width a playground field so shared views can open annotation pane. made title shrink for annotation button only when title doesn't add a margin. Fixed closing annotation view in lightbox not to make docuent shrink to minimum size by using percents, not pixels.
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 a85460137..4dc8a2e4a 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -171,6 +171,7 @@ export class MainView extends React.Component { 'curPage', 'viewType', 'chromeHidden', + 'width', 'nativeWidth', ]); // can play with these fields on someone else's } |