diff options
author | andrewdkim <adkim414@gmail.com> | 2019-10-02 15:59:56 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-10-02 15:59:56 -0400 |
commit | 00416cdb70aa8dd9698972ab0df8ca0a6c8575f9 (patch) | |
tree | fb446dbdf8ff37d58aaa92019ae3edf72409900b /src/client/views/nodes/ImageBox.tsx | |
parent | 2f09822358dba784ec26d5707423b4025096ee45 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into animationtimeline_two
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 { |