diff options
author | bobzel <zzzman@gmail.com> | 2021-02-28 01:51:29 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-28 01:51:29 -0500 |
commit | 8f4d9fd82eb798e86508978f77fcb57e4c3b8651 (patch) | |
tree | 4493f741edff9240befb4525a9b3ffbf0eca78fa /src/client/views/MainView.tsx | |
parent | 7902b1021b89e45bd595e4a9588db11dccbf9831 (diff) |
got rid of delayAutoHeight by updating dragHeights in documentDecorations.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index b0c0af002..1fbcd8fa4 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -101,7 +101,7 @@ export class MainView extends React.Component { } new InkStrokeProperties(); this._sidebarContent.proto = undefined; - DocServer.setPlaygroundFields(["x", "y", "dataTransition", "_delayAutoHeight", "_autoHeight", "_showSidebar", "_sidebarWidthPercent", "_width", "_height", "_viewTransition", "_panX", "_panY", "_viewScale", "_scrollTop", "hidden", "_curPage", "_viewType", "_chromeStatus"]); // can play with these fields on someone else's + DocServer.setPlaygroundFields(["x", "y", "dataTransition", "_autoHeight", "_showSidebar", "_sidebarWidthPercent", "_width", "_height", "_viewTransition", "_panX", "_panY", "_viewScale", "_scrollTop", "hidden", "_curPage", "_viewType", "_chromeStatus"]); // can play with these fields on someone else's DocServer.GetRefField("rtfProto").then(proto => (proto instanceof Doc) && reaction(() => StrCast(proto.BROADCAST_MESSAGE), msg => msg && alert(msg))); |