diff options
author | bobzel <zzzman@gmail.com> | 2022-08-22 11:02:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-22 11:02:17 -0400 |
commit | 96a15ed27e9b17a77e6cab72d4087ddfe6066d2a (patch) | |
tree | 7c7febbeb06cd7c953b525c7f759ad80d2751c11 /src/client/views/MainView.tsx | |
parent | c6241a61640d50ae0b7fed861c3218e5dc9f2ff6 (diff) |
made ink strokes animatable. added currentFrame to playgroundFields
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 490e9e025..d2b0e10c1 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -172,6 +172,7 @@ export class MainView extends React.Component { 'curPage', 'viewType', 'chromeHidden', + 'currentFrame', 'width', 'nativeWidth', ]); // can play with these fields on someone else's |