diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-28 23:43:25 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-28 23:43:25 -0400 |
commit | a7fc637fb8a9ecf52e737a1d0e28b3805193b82e (patch) | |
tree | 850e58795a927982809f9807a928c95ed59a817b /src/client/views/nodes/ImageBox.tsx | |
parent | a80f0867032a4735b319c87c1c7c045f062a7d4f (diff) |
lots of fixes to pdfs and link following.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 624593245..004f50590 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -38,6 +38,7 @@ library.add(faFileAudio, faAsterisk); export const pageSchema = createSchema({ curPage: "number", + fitWidth: "boolean" }); interface Window { |