diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-29 18:43:15 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-29 18:43:15 -0400 |
commit | 5bd6158a1f839d19f8965bff97a908c89271437d (patch) | |
tree | 4b6279f1fe0157eb79fabd000a55754c33253506 /src/client/views/nodes/ImageBox.tsx | |
parent | 8fb87d09649c269f27b2d475a78b935fc80c637e (diff) | |
parent | c40480ec1a2da84b4223b0605bea2fe19df1104c (diff) |
merged with master
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 1645c4ffd..9e9fe1324 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 { |